Html Css Color HEX #D0B20B Bird Flower

📋 copy color: '#D0B20B'

red 208 ◦ green 178 ◦ blue 11

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

Shades of Bird Flower #D0B20B

Tints of Bird Flower #D0B20B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.77%

R = 52.39%
G = 44.84%
B = 2.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D0B20B (or 0xD0B20B) is known color: Bird Flower. HEX triplet: D0, B2 and 0B. RGB value is (208,178,11). Sum of RGB (Red+Green+Blue) = 208+178+11=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 178 (69.92% from 255 or 44.84% from 397); Blue value is 11 (4.69% from 255 or 2.77% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B20B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0B20B is #2F4DF4. Grayscale: #A8A8A8. Windows color (decimal): -3100149 or 766672. OLE color: 766672.

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

Color convert

RGB 208 178 11 -
CMYK 0 0.14 0.95 0.18
HSL 50.86º 0.9% 0.43% -
HSV(B) 50.86º 0.95% 0.82% -
XYZ 41.99 45.27 6.84 -
YUV 167.93 39.44 156.58 -
System Red Green Blue C M Y K H S L
Decimal 208 178 11 0 0.14 0.95 0.18 50.86 0.9 0.43
Hex D0 B2 B 0 E 5F 12 33 5A 2B
Octal 320 262 13 0 16 137 22 63 132 53
Binary 11010000 10110010 1011 0 1110 1011111 10010 110011 1011010 101011

Color Harmonies of #D0B20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B20B

Black with #D0B20B

Text Example


Text Example

White with #D0B20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B20B; }

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

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

background-color css

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

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

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

border-color css

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

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

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