Html Css Color HEX #D0BE1E Bird Flower

📋 copy color: '#D0BE1E'

red 208 ◦ green 190 ◦ blue 30

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

Shades of Bird Flower #D0BE1E

Tints of Bird Flower #D0BE1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.01%

R = 48.6%
G = 44.39%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0BE1E (or 0xD0BE1E) is known color: Bird Flower. HEX triplet: D0, BE and 1E. RGB value is (208,190,30). Sum of RGB (Red+Green+Blue) = 208+190+30=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 30 (12.11% from 255 or 7.01% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BE1E is #2F41E1. Grayscale: #B1B1B1. Windows color (decimal): -3097058 or 2014928. OLE color: 2014928.

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

Color convert

RGB 208 190 30 -
CMYK 0 0.09 0.86 0.18
HSL 53.93º 0.75% 0.47% -
HSV(B) 53.93º 0.86% 0.82% -
XYZ 44.66 50.33 8.59 -
YUV 177.14 44.96 150.01 -
System Red Green Blue C M Y K H S L
Decimal 208 190 30 0 0.09 0.86 0.18 53.93 0.75 0.47
Hex D0 BE 1E 0 9 56 12 36 4B 2F
Octal 320 276 36 0 11 126 22 66 113 57
Binary 11010000 10111110 11110 0 1001 1010110 10010 110110 1001011 101111

Color Harmonies of #D0BE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BE1E

Black with #D0BE1E

Text Example


Text Example

White with #D0BE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BE1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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