Html Css Color HEX #D0BE04 Bird Flower

📋 copy color: '#D0BE04'

red 208 ◦ green 190 ◦ blue 4

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

Shades of Bird Flower #D0BE04

Tints of Bird Flower #D0BE04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1%

R = 51.74%
G = 47.26%
B = 1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D0BE04 (or 0xD0BE04) is known color: Bird Flower. HEX triplet: D0, BE and 04. RGB value is (208,190,4). Sum of RGB (Red+Green+Blue) = 208+190+4=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 190 (74.61% from 255 or 47.26% from 402); Blue value is 4 (1.95% from 255 or 1.00% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0BE04 is #2F41FB. Grayscale: #AEAEAE. Windows color (decimal): -3097084 or 310992. OLE color: 310992.

HSL color Cylindrical-coordinate representation of color #D0BE04: hue angle of 54.71º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D0BE04 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 190 4 -
CMYK 0 0.09 0.98 0.18
HSL 54.71º 0.96% 0.42% -
HSV(B) 54.71º 0.98% 0.82% -
XYZ 44.45 50.25 7.47 -
YUV 174.18 31.96 152.12 -
System Red Green Blue C M Y K H S L
Decimal 208 190 4 0 0.09 0.98 0.18 54.71 0.96 0.42
Hex D0 BE 4 0 9 62 12 37 60 2A
Octal 320 276 4 0 11 142 22 67 140 52
Binary 11010000 10111110 100 0 1001 1100010 10010 110111 1100000 101010

Color Harmonies of #D0BE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BE04

Black with #D0BE04

Text Example


Text Example

White with #D0BE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BE04; }

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

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

background-color css

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

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

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

border-color css

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

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

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