Html Css Color HEX #D0BE00 Bird Flower

📋 copy color: '#D0BE00'

red 208 ◦ green 190 ◦ blue 0

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

Shades of Bird Flower #D0BE00

Tints of Bird Flower #D0BE00

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.74%

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

R = 52.26%
G = 47.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D0BE00 (or 0xD0BE00) is known color: Bird Flower. HEX triplet: D0, BE and 00. RGB value is (208,190,0). Sum of RGB (Red+Green+Blue) = 208+190+0=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 190 (74.61% from 255 or 47.74% from 398); Blue value is 0 (0.39% from 255 or 0% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0BE00 is #2F41FF. Grayscale: #AEAEAE. Windows color (decimal): -3097088 or 48848. OLE color: 48848.

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

Color convert

RGB 208 190 0 -
CMYK 0 0.09 1 0.18
HSL 54.81º 1% 0.41% -
HSV(B) 54.81º 1% 0.82% -
XYZ 44.43 50.24 7.36 -
YUV 173.72 29.96 152.45 -
System Red Green Blue C M Y K H S L
Decimal 208 190 0 0 0.09 1 0.18 54.81 1 0.41
Hex D0 BE 0 0 9 64 12 37 64 29
Octal 320 276 0 0 11 144 22 67 144 51
Binary 11010000 10111110 0 0 1001 1100100 10010 110111 1100100 101001

Color Harmonies of #D0BE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BE00

Black with #D0BE00

Text Example


Text Example

White with #D0BE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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