Html Css Color HEX #DAC962 Chenin

📋 copy color: '#DAC962'

red 218 ◦ green 201 ◦ blue 98

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

Shades of Chenin #DAC962

Tints of Chenin #DAC962

RGB

 RED value IS 218 (85.55% from 255) = 42.17%

 GREEN value IS 201 (78.91% from 255) = 38.88%

 BLUE value IS 98 (38.67% from 255) = 18.96%

R = 42.17%
G = 38.88%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DAC962 (or 0xDAC962) is known color: Chenin. HEX triplet: DA, C9 and 62. RGB value is (218,201,98). Sum of RGB (Red+Green+Blue) = 218+201+98=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 98 (38.67% from 255 or 18.96% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAC962 is #25369D. Grayscale: #C2C2C2. Windows color (decimal): -2438814 or 6474202. OLE color: 6474202.

HSL color Cylindrical-coordinate representation of color #DAC962: hue angle of 51.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAC962 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 201 98 -
CMYK 0 0.08 0.55 0.15
HSL 51.5º 0.62% 0.62% -
HSV(B) 51.5º 0.55% 0.85% -
XYZ 52 57.56 19.92 -
YUV 194.34 73.63 144.88 -
System Red Green Blue C M Y K H S L
Decimal 218 201 98 0 0.08 0.55 0.15 51.5 0.62 0.62
Hex DA C9 62 0 8 37 F 34 3E 3E
Octal 332 311 142 0 10 67 17 64 76 76
Binary 11011010 11001001 1100010 0 1000 110111 1111 110100 111110 111110

Color Harmonies of #DAC962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC962

Black with #DAC962

Text Example


Text Example

White with #DAC962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC962; }

 p { color: rgb(218,201,98); }

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

background-color css

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

 a { background-color: rgb(218,201,98); }

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

border-color css

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

 span { border-color: rgb(218,201,98); }

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