Html Css Color HEX #D0BE05 Bird Flower

📋 copy color: '#D0BE05'

red 208 ◦ green 190 ◦ blue 5

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

Shades of Bird Flower #D0BE05

Tints of Bird Flower #D0BE05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.24%

R = 51.61%
G = 47.15%
B = 1.24%

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

#D0BE05 (or 0xD0BE05) is known color: Bird Flower. HEX triplet: D0, BE and 05. RGB value is (208,190,5). Sum of RGB (Red+Green+Blue) = 208+190+5=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 5 (2.34% from 255 or 1.24% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0BE05 is #2F41FA. Grayscale: #AFAFAF. Windows color (decimal): -3097083 or 376528. OLE color: 376528.

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

Color convert

RGB 208 190 5 -
CMYK 0 0.09 0.98 0.18
HSL 54.68º 0.95% 0.42% -
HSV(B) 54.68º 0.98% 0.82% -
XYZ 44.45 50.25 7.5 -
YUV 174.29 32.46 152.04 -
System Red Green Blue C M Y K H S L
Decimal 208 190 5 0 0.09 0.98 0.18 54.68 0.95 0.42
Hex D0 BE 5 0 9 62 12 37 5F 2A
Octal 320 276 5 0 11 142 22 67 137 52
Binary 11010000 10111110 101 0 1001 1100010 10010 110111 1011111 101010

Color Harmonies of #D0BE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BE05

Black with #D0BE05

Text Example


Text Example

White with #D0BE05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BE05; }

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

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

background-color css

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

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

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

border-color css

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

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

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