Html Css Color HEX #D0BC00 Bird Flower

📋 copy color: '#D0BC00'

red 208 ◦ green 188 ◦ blue 0

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

Shades of Bird Flower #D0BC00

Tints of Bird Flower #D0BC00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.53%
G = 47.47%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D0BC00 (or 0xD0BC00) is known color: Bird Flower. HEX triplet: D0, BC and 00. RGB value is (208,188,0). Sum of RGB (Red+Green+Blue) = 208+188+0=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 0 (0.39% from 255 or 0% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0BC00 is #2F43FF. Grayscale: #ADADAD. Windows color (decimal): -3097600 or 48336. OLE color: 48336.

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

Color convert

RGB 208 188 0 -
CMYK 0 0.10 1 0.18
HSL 54.23º 1% 0.41% -
HSV(B) 54.23º 1% 0.82% -
XYZ 44 49.38 7.21 -
YUV 172.55 30.63 153.29 -
System Red Green Blue C M Y K H S L
Decimal 208 188 0 0 0.10 1 0.18 54.23 1 0.41
Hex D0 BC 0 0 A 64 12 36 64 29
Octal 320 274 0 0 12 144 22 66 144 51
Binary 11010000 10111100 0 0 1010 1100100 10010 110110 1100100 101001

Color Harmonies of #D0BC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BC00

Black with #D0BC00

Text Example


Text Example

White with #D0BC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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