Html Css Color HEX #D0C50C Bird Flower

📋 copy color: '#D0C50C'

red 208 ◦ green 197 ◦ blue 12

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

Shades of Bird Flower #D0C50C

Tints of Bird Flower #D0C50C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.24%

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

R = 49.88%
G = 47.24%
B = 2.88%

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

#D0C50C (or 0xD0C50C) is known color: Bird Flower. HEX triplet: D0, C5 and 0C. RGB value is (208,197,12). Sum of RGB (Red+Green+Blue) = 208+197+12=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 197 (77.34% from 255 or 47.24% from 417); Blue value is 12 (5.08% from 255 or 2.88% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C50C is #2F3AF3. Grayscale: #B3B3B3. Windows color (decimal): -3095284 or 837072. OLE color: 837072.

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

Color convert

RGB 208 197 12 -
CMYK 0 0.05 0.94 0.18
HSL 56.63º 0.89% 0.43% -
HSV(B) 56.63º 0.94% 0.82% -
XYZ 46.05 53.37 8.22 -
YUV 179.2 33.64 148.54 -
System Red Green Blue C M Y K H S L
Decimal 208 197 12 0 0.05 0.94 0.18 56.63 0.89 0.43
Hex D0 C5 C 0 5 5E 12 39 59 2B
Octal 320 305 14 0 5 136 22 71 131 53
Binary 11010000 11000101 1100 0 101 1011110 10010 111001 1011001 101011

Color Harmonies of #D0C50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C50C

Black with #D0C50C

Text Example


Text Example

White with #D0C50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C50C; }

 p { color: rgb(208,197,12); }

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

background-color css

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

 a { background-color: rgb(208,197,12); }

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

border-color css

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

 span { border-color: rgb(208,197,12); }

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