Html Css Color HEX #D0BE19 Bird Flower

📋 copy color: '#D0BE19'

red 208 ◦ green 190 ◦ blue 25

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

Shades of Bird Flower #D0BE19

Tints of Bird Flower #D0BE19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.91%

R = 49.17%
G = 44.92%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D0BE19 (or 0xD0BE19) is known color: Bird Flower. HEX triplet: D0, BE and 19. RGB value is (208,190,25). Sum of RGB (Red+Green+Blue) = 208+190+25=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 25 (10.16% from 255 or 5.91% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0BE19 is #2F41E6. Grayscale: #B1B1B1. Windows color (decimal): -3097063 or 1687248. OLE color: 1687248.

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

Color convert

RGB 208 190 25 -
CMYK 0 0.09 0.88 0.18
HSL 54.1º 0.79% 0.46% -
HSV(B) 54.1º 0.88% 0.82% -
XYZ 44.6 50.31 8.28 -
YUV 176.57 42.46 150.42 -
System Red Green Blue C M Y K H S L
Decimal 208 190 25 0 0.09 0.88 0.18 54.1 0.79 0.46
Hex D0 BE 19 0 9 58 12 36 4F 2E
Octal 320 276 31 0 11 130 22 66 117 56
Binary 11010000 10111110 11001 0 1001 1011000 10010 110110 1001111 101110

Color Harmonies of #D0BE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BE19

Black with #D0BE19

Text Example


Text Example

White with #D0BE19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BE19; }

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

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

background-color css

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

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

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

border-color css

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

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

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