Html Css Color HEX #D0BE0D Bird Flower

📋 copy color: '#D0BE0D'

red 208 ◦ green 190 ◦ blue 13

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

Shades of Bird Flower #D0BE0D

Tints of Bird Flower #D0BE0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.16%

R = 50.61%
G = 46.23%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0BE0D (or 0xD0BE0D) is known color: Bird Flower. HEX triplet: D0, BE and 0D. RGB value is (208,190,13). Sum of RGB (Red+Green+Blue) = 208+190+13=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 190 (74.61% from 255 or 46.23% from 411); Blue value is 13 (5.47% from 255 or 3.16% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BE0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0BE0D is #2F41F2. Grayscale: #AFAFAF. Windows color (decimal): -3097075 or 900816. OLE color: 900816.

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

Color convert

RGB 208 190 13 -
CMYK 0 0.09 0.94 0.18
HSL 54.46º 0.88% 0.43% -
HSV(B) 54.46º 0.94% 0.82% -
XYZ 44.5 50.27 7.74 -
YUV 175.2 36.46 151.39 -
System Red Green Blue C M Y K H S L
Decimal 208 190 13 0 0.09 0.94 0.18 54.46 0.88 0.43
Hex D0 BE D 0 9 5E 12 36 58 2B
Octal 320 276 15 0 11 136 22 66 130 53
Binary 11010000 10111110 1101 0 1001 1011110 10010 110110 1011000 101011

Color Harmonies of #D0BE0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BE0D

Black with #D0BE0D

Text Example


Text Example

White with #D0BE0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BE0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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