Html Css Color HEX #DABD74 Chenin

📋 copy color: '#DABD74'

red 218 ◦ green 189 ◦ blue 116

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

Shades of Chenin #DABD74

Tints of Chenin #DABD74

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.14%

 BLUE value IS 116 (45.7% from 255) = 22.18%

R = 41.68%
G = 36.14%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DABD74 (or 0xDABD74) is known color: Chenin. HEX triplet: DA, BD and 74. RGB value is (218,189,116). Sum of RGB (Red+Green+Blue) = 218+189+116=523 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.68% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 116 (45.70% from 255 or 22.18% from 523); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABD74 is #25428B. Grayscale: #BDBDBD. Windows color (decimal): -2441868 or 7650778. OLE color: 7650778.

HSL color Cylindrical-coordinate representation of color #DABD74: hue angle of 42.94º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DABD74 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 189 116 -
CMYK 0 0.13 0.47 0.15
HSL 42.94º 0.58% 0.65% -
HSV(B) 42.94º 0.47% 0.85% -
XYZ 50.26 52.56 24.02 -
YUV 189.35 86.61 148.44 -
System Red Green Blue C M Y K H S L
Decimal 218 189 116 0 0.13 0.47 0.15 42.94 0.58 0.65
Hex DA BD 74 0 D 2F F 2B 3A 41
Octal 332 275 164 0 15 57 17 53 72 101
Binary 11011010 10111101 1110100 0 1101 101111 1111 101011 111010 1000001

Color Harmonies of #DABD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABD74

Black with #DABD74

Text Example


Text Example

White with #DABD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABD74; }

 p { color: rgb(218,189,116); }

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

background-color css

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

 a { background-color: rgb(218,189,116); }

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

border-color css

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

 span { border-color: rgb(218,189,116); }

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