Html Css Color HEX #D4C066 Tacha

📋 copy color: '#D4C066'

red 212 ◦ green 192 ◦ blue 102

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

Shades of Tacha #D4C066

Tints of Tacha #D4C066

RGB

 RED value IS 212 (83.2% from 255) = 41.9%

 GREEN value IS 192 (75.39% from 255) = 37.94%

 BLUE value IS 102 (40.23% from 255) = 20.16%

R = 41.9%
G = 37.94%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D4C066 (or 0xD4C066) is known color: Tacha. HEX triplet: D4, C0 and 66. RGB value is (212,192,102). Sum of RGB (Red+Green+Blue) = 212+192+102=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 102 (40.23% from 255 or 20.16% from 506); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C066 is #2B3F99. Grayscale: #BCBCBC. Windows color (decimal): -2834330 or 6734036. OLE color: 6734036.

HSL color Cylindrical-coordinate representation of color #D4C066: hue angle of 49.09º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D4C066 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 192 102 -
CMYK 0 0.09 0.52 0.17
HSL 49.09º 0.56% 0.62% -
HSV(B) 49.09º 0.52% 0.83% -
XYZ 48.4 52.66 20.18 -
YUV 187.72 79.63 145.32 -
System Red Green Blue C M Y K H S L
Decimal 212 192 102 0 0.09 0.52 0.17 49.09 0.56 0.62
Hex D4 C0 66 0 9 34 11 31 38 3E
Octal 324 300 146 0 11 64 21 61 70 76
Binary 11010100 11000000 1100110 0 1001 110100 10001 110001 111000 111110

Color Harmonies of #D4C066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C066

Black with #D4C066

Text Example


Text Example

White with #D4C066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C066; }

 p { color: rgb(212,192,102); }

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

background-color css

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

 a { background-color: rgb(212,192,102); }

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

border-color css

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

 span { border-color: rgb(212,192,102); }

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