Html Css Color HEX #D5C702 Bird Flower

📋 copy color: '#D5C702'

red 213 ◦ green 199 ◦ blue 2

#D5C702
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #D5C702

Tints of Bird Flower #D5C702

RGB

 RED value IS 213 (83.59% from 255) = 51.45%

 GREEN value IS 199 (78.13% from 255) = 48.07%

 BLUE value IS 2 (1.17% from 255) = 0.48%

R = 51.45%
G = 48.07%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D5C702 (or 0xD5C702) is known color: Bird Flower. HEX triplet: D5, C7 and 02. RGB value is (213,199,2). Sum of RGB (Red+Green+Blue) = 213+199+2=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 199 (78.12% from 255 or 48.07% from 414); Blue value is 2 (1.17% from 255 or 0.48% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C702 is #2A38FD. Grayscale: #B5B5B5. Windows color (decimal): -2767102 or 182229. OLE color: 182229.

HSL color Cylindrical-coordinate representation of color #D5C702: hue angle of 56.02º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D5C702 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 199 2 -
CMYK 0 0.07 0.99 0.16
HSL 56.02º 0.98% 0.42% -
HSV(B) 56.02º 0.99% 0.84% -
XYZ 47.87 55 8.15 -
YUV 180.73 27.14 151.02 -
System Red Green Blue C M Y K H S L
Decimal 213 199 2 0 0.07 0.99 0.16 56.02 0.98 0.42
Hex D5 C7 2 0 7 63 10 38 62 2A
Octal 325 307 2 0 7 143 20 70 142 52
Binary 11010101 11000111 10 0 111 1100011 10000 111000 1100010 101010

Color Harmonies of #D5C702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C702

Black with #D5C702

Text Example


Text Example

White with #D5C702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C702; }

 p { color: rgb(213,199,2); }

 H1.HeaderClassName
 {
   color: #D5C702;
 }
 .AnyTagClassName
 {
   color: #D5C702;
 }
</style>

background-color css

<style>
 a { background-color: #D5C702; }

 a { background-color: rgb(213,199,2); }

 div.DivClassName
 {
   background-color: #D5C702;
 }
 .BgClassName
 {
   background-color: #D5C702;
 }
</style>

border-color css

<style>
 span { border-color: #D5C702; }

 span { border-color: rgb(213,199,2); }

 td.TdClassName
 {
   border-color: #D5C702;
 }
 .TagClassName
 {
   border-color: #D5C702;
 }
</style>