Html Css Color HEX #D0B20D Bird Flower

📋 copy color: '#D0B20D'

red 208 ◦ green 178 ◦ blue 13

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

Shades of Bird Flower #D0B20D

Tints of Bird Flower #D0B20D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.61%

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

R = 52.13%
G = 44.61%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0B20D (or 0xD0B20D) is known color: Bird Flower. HEX triplet: D0, B2 and 0D. RGB value is (208,178,13). Sum of RGB (Red+Green+Blue) = 208+178+13=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 178 (69.92% from 255 or 44.61% from 399); Blue value is 13 (5.47% from 255 or 3.26% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B20D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0B20D is #2F4DF2. Grayscale: #A8A8A8. Windows color (decimal): -3100147 or 897744. OLE color: 897744.

HSL color Cylindrical-coordinate representation of color #D0B20D: hue angle of 50.77º 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 #D0B20D is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 178 13 -
CMYK 0 0.14 0.94 0.18
HSL 50.77º 0.88% 0.43% -
HSV(B) 50.77º 0.94% 0.82% -
XYZ 42.01 45.28 6.91 -
YUV 168.16 40.44 156.42 -
System Red Green Blue C M Y K H S L
Decimal 208 178 13 0 0.14 0.94 0.18 50.77 0.88 0.43
Hex D0 B2 D 0 E 5E 12 33 58 2B
Octal 320 262 15 0 16 136 22 63 130 53
Binary 11010000 10110010 1101 0 1110 1011110 10010 110011 1011000 101011

Color Harmonies of #D0B20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B20D

Black with #D0B20D

Text Example


Text Example

White with #D0B20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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