Html Css Color HEX #D2CF06 Bird Flower

📋 copy color: '#D2CF06'

red 210 ◦ green 207 ◦ blue 6

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

Shades of Bird Flower #D2CF06

Tints of Bird Flower #D2CF06

RGB

 RED value IS 210 (82.42% from 255) = 49.65%

 GREEN value IS 207 (81.25% from 255) = 48.94%

 BLUE value IS 6 (2.73% from 255) = 1.42%

R = 49.65%
G = 48.94%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D2CF06 (or 0xD2CF06) is known color: Bird Flower. HEX triplet: D2, CF and 06. RGB value is (210,207,6). Sum of RGB (Red+Green+Blue) = 210+207+6=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 207 (81.25% from 255 or 48.94% from 423); Blue value is 6 (2.73% from 255 or 1.42% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CF06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2CF06 is #2D30F9. Grayscale: #B9B9B9. Windows color (decimal): -2961658 or 446418. OLE color: 446418.

HSL color Cylindrical-coordinate representation of color #D2CF06: hue angle of 59.12º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2CF06 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 207 6 -
CMYK 0 0.01 0.97 0.18
HSL 59.12º 0.94% 0.42% -
HSV(B) 59.12º 0.97% 0.82% -
XYZ 48.92 58.34 8.85 -
YUV 184.98 26.99 145.84 -
System Red Green Blue C M Y K H S L
Decimal 210 207 6 0 0.01 0.97 0.18 59.12 0.94 0.42
Hex D2 CF 6 0 1 61 12 3B 5E 2A
Octal 322 317 6 0 1 141 22 73 136 52
Binary 11010010 11001111 110 0 1 1100001 10010 111011 1011110 101010

Color Harmonies of #D2CF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CF06

Black with #D2CF06

Text Example


Text Example

White with #D2CF06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CF06; }

 p { color: rgb(210,207,6); }

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

background-color css

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

 a { background-color: rgb(210,207,6); }

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

border-color css

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

 span { border-color: rgb(210,207,6); }

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