Html Css Color HEX #DACB64 Chenin

📋 copy color: '#DACB64'

red 218 ◦ green 203 ◦ blue 100

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

Shades of Chenin #DACB64

Tints of Chenin #DACB64

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.96%

 BLUE value IS 100 (39.45% from 255) = 19.19%

R = 41.84%
G = 38.96%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DACB64 (or 0xDACB64) is known color: Chenin. HEX triplet: DA, CB and 64. RGB value is (218,203,100). Sum of RGB (Red+Green+Blue) = 218+203+100=521 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.84% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 100 (39.45% from 255 or 19.19% from 521); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACB64 is #25349B. Grayscale: #C4C4C4. Windows color (decimal): -2438300 or 6605786. OLE color: 6605786.

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

Color convert

RGB 218 203 100 -
CMYK 0 0.07 0.54 0.15
HSL 52.37º 0.61% 0.62% -
HSV(B) 52.37º 0.54% 0.85% -
XYZ 52.57 58.54 20.58 -
YUV 195.74 73.97 143.88 -
System Red Green Blue C M Y K H S L
Decimal 218 203 100 0 0.07 0.54 0.15 52.37 0.61 0.62
Hex DA CB 64 0 7 36 F 34 3D 3E
Octal 332 313 144 0 7 66 17 64 75 76
Binary 11011010 11001011 1100100 0 111 110110 1111 110100 111101 111110

Color Harmonies of #DACB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACB64

Black with #DACB64

Text Example


Text Example

White with #DACB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACB64; }

 p { color: rgb(218,203,100); }

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

background-color css

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

 a { background-color: rgb(218,203,100); }

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

border-color css

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

 span { border-color: rgb(218,203,100); }

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