Html Css Color HEX #D1C20C Bird Flower

📋 copy color: '#D1C20C'

red 209 ◦ green 194 ◦ blue 12

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

Shades of Bird Flower #D1C20C

Tints of Bird Flower #D1C20C

RGB

 RED value IS 209 (82.03% from 255) = 50.36%

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

 BLUE value IS 12 (5.08% from 255) = 2.89%

R = 50.36%
G = 46.75%
B = 2.89%

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

#D1C20C (or 0xD1C20C) is known color: Bird Flower. HEX triplet: D1, C2 and 0C. RGB value is (209,194,12). Sum of RGB (Red+Green+Blue) = 209+194+12=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 194 (76.17% from 255 or 46.75% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C20C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C20C is #2E3DF3. Grayscale: #B2B2B2. Windows color (decimal): -3030516 or 836305. OLE color: 836305.

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

Color convert

RGB 209 194 12 -
CMYK 0 0.07 0.94 0.18
HSL 55.43º 0.89% 0.43% -
HSV(B) 55.43º 0.94% 0.82% -
XYZ 45.65 52.17 8.01 -
YUV 177.74 34.47 150.3 -
System Red Green Blue C M Y K H S L
Decimal 209 194 12 0 0.07 0.94 0.18 55.43 0.89 0.43
Hex D1 C2 C 0 7 5E 12 37 59 2B
Octal 321 302 14 0 7 136 22 67 131 53
Binary 11010001 11000010 1100 0 111 1011110 10010 110111 1011001 101011

Color Harmonies of #D1C20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C20C

Black with #D1C20C

Text Example


Text Example

White with #D1C20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C20C; }

 p { color: rgb(209,194,12); }

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

background-color css

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

 a { background-color: rgb(209,194,12); }

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

border-color css

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

 span { border-color: rgb(209,194,12); }

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