Html Css Color HEX #D0BE1A Bird Flower

📋 copy color: '#D0BE1A'

red 208 ◦ green 190 ◦ blue 26

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

Shades of Bird Flower #D0BE1A

Tints of Bird Flower #D0BE1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.13%

R = 49.06%
G = 44.81%
B = 6.13%

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

#D0BE1A (or 0xD0BE1A) is known color: Bird Flower. HEX triplet: D0, BE and 1A. RGB value is (208,190,26). Sum of RGB (Red+Green+Blue) = 208+190+26=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 190 (74.61% from 255 or 44.81% from 424); Blue value is 26 (10.55% from 255 or 6.13% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0BE1A is #2F41E5. Grayscale: #B1B1B1. Windows color (decimal): -3097062 or 1752784. OLE color: 1752784.

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

Color convert

RGB 208 190 26 -
CMYK 0 0.09 0.88 0.18
HSL 54.07º 0.78% 0.46% -
HSV(B) 54.07º 0.88% 0.82% -
XYZ 44.61 50.31 8.34 -
YUV 176.69 42.96 150.34 -
System Red Green Blue C M Y K H S L
Decimal 208 190 26 0 0.09 0.88 0.18 54.07 0.78 0.46
Hex D0 BE 1A 0 9 58 12 36 4E 2E
Octal 320 276 32 0 11 130 22 66 116 56
Binary 11010000 10111110 11010 0 1001 1011000 10010 110110 1001110 101110

Color Harmonies of #D0BE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BE1A

Black with #D0BE1A

Text Example


Text Example

White with #D0BE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BE1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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