Html Css Color HEX #D1C60C Bird Flower

📋 copy color: '#D1C60C'

red 209 ◦ green 198 ◦ blue 12

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

Shades of Bird Flower #D1C60C

Tints of Bird Flower #D1C60C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 47.26%

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

R = 49.88%
G = 47.26%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1C60C (or 0xD1C60C) is known color: Bird Flower. HEX triplet: D1, C6 and 0C. RGB value is (209,198,12). Sum of RGB (Red+Green+Blue) = 209+198+12=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 12 (5.08% from 255 or 2.86% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C60C is #2E39F3. Grayscale: #B4B4B4. Windows color (decimal): -3029492 or 837329. OLE color: 837329.

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

Color convert

RGB 209 198 12 -
CMYK 0 0.05 0.94 0.18
HSL 56.65º 0.89% 0.43% -
HSV(B) 56.65º 0.94% 0.82% -
XYZ 46.55 53.97 8.31 -
YUV 180.09 33.14 148.62 -
System Red Green Blue C M Y K H S L
Decimal 209 198 12 0 0.05 0.94 0.18 56.65 0.89 0.43
Hex D1 C6 C 0 5 5E 12 39 59 2B
Octal 321 306 14 0 5 136 22 71 131 53
Binary 11010001 11000110 1100 0 101 1011110 10010 111001 1011001 101011

Color Harmonies of #D1C60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1C60C

Black with #D1C60C

Text Example


Text Example

White with #D1C60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1C60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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