Html Css Color HEX #D0C55C Tacha

📋 copy color: '#D0C55C'

red 208 ◦ green 197 ◦ blue 92

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

Shades of Tacha #D0C55C

Tints of Tacha #D0C55C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.51%

R = 41.85%
G = 39.64%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D0C55C (or 0xD0C55C) is known color: Tacha. HEX triplet: D0, C5 and 5C. RGB value is (208,197,92). Sum of RGB (Red+Green+Blue) = 208+197+92=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 92 (36.33% from 255 or 18.51% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C55C is #2F3AA3. Grayscale: #BCBCBC. Windows color (decimal): -3095204 or 6079952. OLE color: 6079952.

HSL color Cylindrical-coordinate representation of color #D0C55C: hue angle of 54.31º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0C55C is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 197 92 -
CMYK 0 0.05 0.56 0.18
HSL 54.31º 0.55% 0.59% -
HSV(B) 54.31º 0.56% 0.82% -
XYZ 47.91 54.12 18.05 -
YUV 188.32 73.64 142.04 -
System Red Green Blue C M Y K H S L
Decimal 208 197 92 0 0.05 0.56 0.18 54.31 0.55 0.59
Hex D0 C5 5C 0 5 38 12 36 37 3B
Octal 320 305 134 0 5 70 22 66 67 73
Binary 11010000 11000101 1011100 0 101 111000 10010 110110 110111 111011

Color Harmonies of #D0C55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C55C

Black with #D0C55C

Text Example


Text Example

White with #D0C55C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C55C; }

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

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

background-color css

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

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

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

border-color css

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

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

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