Html Css Color HEX #DCC674 Chenin

📋 copy color: '#DCC674'

red 220 ◦ green 198 ◦ blue 116

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

Shades of Chenin #DCC674

Tints of Chenin #DCC674

RGB

 RED value IS 220 (86.33% from 255) = 41.2%

 GREEN value IS 198 (77.73% from 255) = 37.08%

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

R = 41.2%
G = 37.08%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCC674 (or 0xDCC674) is known color: Chenin. HEX triplet: DC, C6 and 74. RGB value is (220,198,116). Sum of RGB (Red+Green+Blue) = 220+198+116=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 198 (77.73% from 255 or 37.08% from 534); Blue value is 116 (45.70% from 255 or 21.72% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC674 is #23398B. Grayscale: #C3C3C3. Windows color (decimal): -2308492 or 7653084. OLE color: 7653084.

HSL color Cylindrical-coordinate representation of color #DCC674: hue angle of 47.31º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCC674 is Cyan = 0, Magento = 0.1, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 198 116 -
CMYK 0 0.1 0.47 0.14
HSL 47.31º 0.6% 0.66% -
HSV(B) 47.31º 0.47% 0.86% -
XYZ 52.86 56.86 24.71 -
YUV 195.23 83.29 145.67 -
System Red Green Blue C M Y K H S L
Decimal 220 198 116 0 0.1 0.47 0.14 47.31 0.6 0.66
Hex DC C6 74 0 A 2F E 2F 3C 42
Octal 334 306 164 0 12 57 16 57 74 102
Binary 11011100 11000110 1110100 0 1010 101111 1110 101111 111100 1000010

Color Harmonies of #DCC674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC674

Black with #DCC674

Text Example


Text Example

White with #DCC674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC674; }

 p { color: rgb(220,198,116); }

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

background-color css

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

 a { background-color: rgb(220,198,116); }

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

border-color css

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

 span { border-color: rgb(220,198,116); }

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