Html Css Color HEX #D0BC18 Bird Flower

📋 copy color: '#D0BC18'

red 208 ◦ green 188 ◦ blue 24

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

Shades of Bird Flower #D0BC18

Tints of Bird Flower #D0BC18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.71%

R = 49.52%
G = 44.76%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D0BC18 (or 0xD0BC18) is known color: Bird Flower. HEX triplet: D0, BC and 18. RGB value is (208,188,24). Sum of RGB (Red+Green+Blue) = 208+188+24=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 24 (9.77% from 255 or 5.71% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0BC18 is #2F43E7. Grayscale: #AFAFAF. Windows color (decimal): -3097576 or 1621200. OLE color: 1621200.

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

Color convert

RGB 208 188 24 -
CMYK 0 0.10 0.88 0.18
HSL 53.48º 0.79% 0.45% -
HSV(B) 53.48º 0.88% 0.82% -
XYZ 44.16 49.44 8.08 -
YUV 175.28 42.63 151.34 -
System Red Green Blue C M Y K H S L
Decimal 208 188 24 0 0.10 0.88 0.18 53.48 0.79 0.45
Hex D0 BC 18 0 A 58 12 35 4F 2D
Octal 320 274 30 0 12 130 22 65 117 55
Binary 11010000 10111100 11000 0 1010 1011000 10010 110101 1001111 101101

Color Harmonies of #D0BC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BC18

Black with #D0BC18

Text Example


Text Example

White with #D0BC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BC18; }

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

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

background-color css

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

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

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

border-color css

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

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

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