Html Css Color HEX #D0BC11 Bird Flower

📋 copy color: '#D0BC11'

red 208 ◦ green 188 ◦ blue 17

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

Shades of Bird Flower #D0BC11

Tints of Bird Flower #D0BC11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.12%

R = 50.36%
G = 45.52%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D0BC11 (or 0xD0BC11) is known color: Bird Flower. HEX triplet: D0, BC and 11. RGB value is (208,188,17). Sum of RGB (Red+Green+Blue) = 208+188+17=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 17 (7.03% from 255 or 4.12% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0BC11 is #2F43EE. Grayscale: #AFAFAF. Windows color (decimal): -3097583 or 1162448. OLE color: 1162448.

HSL color Cylindrical-coordinate representation of color #D0BC11: hue angle of 53.72º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D0BC11 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 188 17 -
CMYK 0 0.10 0.92 0.18
HSL 53.72º 0.85% 0.44% -
HSV(B) 53.72º 0.92% 0.82% -
XYZ 44.1 49.42 7.74 -
YUV 174.49 39.13 151.9 -
System Red Green Blue C M Y K H S L
Decimal 208 188 17 0 0.10 0.92 0.18 53.72 0.85 0.44
Hex D0 BC 11 0 A 5C 12 36 55 2C
Octal 320 274 21 0 12 134 22 66 125 54
Binary 11010000 10111100 10001 0 1010 1011100 10010 110110 1010101 101100

Color Harmonies of #D0BC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BC11

Black with #D0BC11

Text Example


Text Example

White with #D0BC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BC11; }

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

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

background-color css

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

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

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

border-color css

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

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

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