Html Css Color HEX #D0C20D Bird Flower

📋 copy color: '#D0C20D'

red 208 ◦ green 194 ◦ blue 13

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

Shades of Bird Flower #D0C20D

Tints of Bird Flower #D0C20D

RGB

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

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

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

R = 50.12%
G = 46.75%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0C20D (or 0xD0C20D) is known color: Bird Flower. HEX triplet: D0, C2 and 0D. RGB value is (208,194,13). Sum of RGB (Red+Green+Blue) = 208+194+13=415 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.12% from 415); Green value is 194 (76.17% from 255 or 46.75% from 415); Blue value is 13 (5.47% from 255 or 3.13% from 415); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C20D is #2F3DF2. Grayscale: #B2B2B2. Windows color (decimal): -3096051 or 901840. OLE color: 901840.

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

Color convert

RGB 208 194 13 -
CMYK 0 0.07 0.94 0.18
HSL 55.69º 0.88% 0.43% -
HSV(B) 55.69º 0.94% 0.82% -
XYZ 45.38 52.02 8.03 -
YUV 177.55 35.14 149.72 -
System Red Green Blue C M Y K H S L
Decimal 208 194 13 0 0.07 0.94 0.18 55.69 0.88 0.43
Hex D0 C2 D 0 7 5E 12 38 58 2B
Octal 320 302 15 0 7 136 22 70 130 53
Binary 11010000 11000010 1101 0 111 1011110 10010 111000 1011000 101011

Color Harmonies of #D0C20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C20D

Black with #D0C20D

Text Example


Text Example

White with #D0C20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C20D; }

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

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

background-color css

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

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

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

border-color css

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

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

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