Html Css Color HEX #D0C20B Bird Flower

📋 copy color: '#D0C20B'

red 208 ◦ green 194 ◦ blue 11

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

Shades of Bird Flower #D0C20B

Tints of Bird Flower #D0C20B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.97%

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

R = 50.36%
G = 46.97%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D0C20B (or 0xD0C20B) is known color: Bird Flower. HEX triplet: D0, C2 and 0B. RGB value is (208,194,11). Sum of RGB (Red+Green+Blue) = 208+194+11=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 194 (76.17% from 255 or 46.97% from 413); Blue value is 11 (4.69% from 255 or 2.66% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C20B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C20B is #2F3DF4. Grayscale: #B2B2B2. Windows color (decimal): -3096053 or 770768. OLE color: 770768.

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

Color convert

RGB 208 194 11 -
CMYK 0 0.07 0.95 0.18
HSL 55.74º 0.9% 0.43% -
HSV(B) 55.74º 0.95% 0.82% -
XYZ 45.36 52.02 7.97 -
YUV 177.32 34.14 149.88 -
System Red Green Blue C M Y K H S L
Decimal 208 194 11 0 0.07 0.95 0.18 55.74 0.9 0.43
Hex D0 C2 B 0 7 5F 12 38 5A 2B
Octal 320 302 13 0 7 137 22 70 132 53
Binary 11010000 11000010 1011 0 111 1011111 10010 111000 1011010 101011

Color Harmonies of #D0C20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C20B

Black with #D0C20B

Text Example


Text Example

White with #D0C20B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C20B; }

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

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

background-color css

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

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

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

border-color css

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

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

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