Html Css Color HEX #DABB69 Chenin

📋 copy color: '#DABB69'

red 218 ◦ green 187 ◦ blue 105

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

Shades of Chenin #DABB69

Tints of Chenin #DABB69

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.67%

 BLUE value IS 105 (41.41% from 255) = 20.59%

R = 42.75%
G = 36.67%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DABB69 (or 0xDABB69) is known color: Chenin. HEX triplet: DA, BB and 69. RGB value is (218,187,105). Sum of RGB (Red+Green+Blue) = 218+187+105=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 105 (41.41% from 255 or 20.59% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABB69 is #254496. Grayscale: #BBBBBB. Windows color (decimal): -2442391 or 6929370. OLE color: 6929370.

HSL color Cylindrical-coordinate representation of color #DABB69: hue angle of 43.54º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DABB69 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 187 105 -
CMYK 0 0.14 0.52 0.15
HSL 43.54º 0.6% 0.63% -
HSV(B) 43.54º 0.52% 0.85% -
XYZ 49.23 51.47 20.7 -
YUV 186.92 81.77 150.17 -
System Red Green Blue C M Y K H S L
Decimal 218 187 105 0 0.14 0.52 0.15 43.54 0.6 0.63
Hex DA BB 69 0 E 34 F 2C 3C 3F
Octal 332 273 151 0 16 64 17 54 74 77
Binary 11011010 10111011 1101001 0 1110 110100 1111 101100 111100 111111

Color Harmonies of #DABB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABB69

Black with #DABB69

Text Example


Text Example

White with #DABB69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABB69; }

 p { color: rgb(218,187,105); }

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

background-color css

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

 a { background-color: rgb(218,187,105); }

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

border-color css

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

 span { border-color: rgb(218,187,105); }

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