Html Css Color HEX #D0BF06 Bird Flower

📋 copy color: '#D0BF06'

red 208 ◦ green 191 ◦ blue 6

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

Shades of Bird Flower #D0BF06

Tints of Bird Flower #D0BF06

RGB

 RED value IS 208 (81.64% from 255) = 51.36%

 GREEN value IS 191 (75% from 255) = 47.16%

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

R = 51.36%
G = 47.16%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D0BF06 (or 0xD0BF06) is known color: Bird Flower. HEX triplet: D0, BF and 06. RGB value is (208,191,6). Sum of RGB (Red+Green+Blue) = 208+191+6=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 191 (75% from 255 or 47.16% from 405); Blue value is 6 (2.73% from 255 or 1.48% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0BF06 is #2F40F9. Grayscale: #AFAFAF. Windows color (decimal): -3096826 or 442320. OLE color: 442320.

HSL color Cylindrical-coordinate representation of color #D0BF06: hue angle of 54.95º 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 #D0BF06 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 191 6 -
CMYK 0 0.08 0.97 0.18
HSL 54.95º 0.94% 0.42% -
HSV(B) 54.95º 0.97% 0.82% -
XYZ 44.68 50.68 7.6 -
YUV 174.99 32.63 151.54 -
System Red Green Blue C M Y K H S L
Decimal 208 191 6 0 0.08 0.97 0.18 54.95 0.94 0.42
Hex D0 BF 6 0 8 61 12 37 5E 2A
Octal 320 277 6 0 10 141 22 67 136 52
Binary 11010000 10111111 110 0 1000 1100001 10010 110111 1011110 101010

Color Harmonies of #D0BF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BF06

Black with #D0BF06

Text Example


Text Example

White with #D0BF06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BF06; }

 p { color: rgb(208,191,6); }

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

background-color css

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

 a { background-color: rgb(208,191,6); }

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

border-color css

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

 span { border-color: rgb(208,191,6); }

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