Html Css Color HEX #D0BC06 Bird Flower

📋 copy color: '#D0BC06'

red 208 ◦ green 188 ◦ blue 6

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

Shades of Bird Flower #D0BC06

Tints of Bird Flower #D0BC06

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.77%

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

R = 51.74%
G = 46.77%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D0BC06 (or 0xD0BC06) is known color: Bird Flower. HEX triplet: D0, BC and 06. RGB value is (208,188,6). Sum of RGB (Red+Green+Blue) = 208+188+6=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 6 (2.73% from 255 or 1.49% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0BC06 is #2F43F9. Grayscale: #ADADAD. Windows color (decimal): -3097594 or 441552. OLE color: 441552.

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

Color convert

RGB 208 188 6 -
CMYK 0 0.10 0.97 0.18
HSL 54.06º 0.94% 0.42% -
HSV(B) 54.06º 0.97% 0.82% -
XYZ 44.03 49.39 7.38 -
YUV 173.23 33.63 152.8 -
System Red Green Blue C M Y K H S L
Decimal 208 188 6 0 0.10 0.97 0.18 54.06 0.94 0.42
Hex D0 BC 6 0 A 61 12 36 5E 2A
Octal 320 274 6 0 12 141 22 66 136 52
Binary 11010000 10111100 110 0 1010 1100001 10010 110110 1011110 101010

Color Harmonies of #D0BC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BC06

Black with #D0BC06

Text Example


Text Example

White with #D0BC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BC06; }

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

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

background-color css

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

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

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

border-color css

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

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

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