Html Css Color HEX #D0BF00 Bird Flower

📋 copy color: '#D0BF00'

red 208 ◦ green 191 ◦ blue 0

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

Shades of Bird Flower #D0BF00

Tints of Bird Flower #D0BF00

RGB

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

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

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

R = 52.13%
G = 47.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D0BF00 (or 0xD0BF00) is known color: Bird Flower. HEX triplet: D0, BF and 00. RGB value is (208,191,0). Sum of RGB (Red+Green+Blue) = 208+191+0=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 191 (75% from 255 or 47.87% from 399); Blue value is 0 (0.39% from 255 or 0% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0BF00 is #2F40FF. Grayscale: #AFAFAF. Windows color (decimal): -3096832 or 49104. OLE color: 49104.

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

Color convert

RGB 208 191 0 -
CMYK 0 0.08 1 0.18
HSL 55.1º 1% 0.41% -
HSV(B) 55.1º 1% 0.82% -
XYZ 44.64 50.67 7.43 -
YUV 174.31 29.63 152.03 -
System Red Green Blue C M Y K H S L
Decimal 208 191 0 0 0.08 1 0.18 55.1 1 0.41
Hex D0 BF 0 0 8 64 12 37 64 29
Octal 320 277 0 0 10 144 22 67 144 51
Binary 11010000 10111111 0 0 1000 1100100 10010 110111 1100100 101001

Color Harmonies of #D0BF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BF00

Black with #D0BF00

Text Example


Text Example

White with #D0BF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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