Html Css Color HEX #DCC669 Chenin

📋 copy color: '#DCC669'

red 220 ◦ green 198 ◦ blue 105

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

Shades of Chenin #DCC669

Tints of Chenin #DCC669

RGB

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

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

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

R = 42.07%
G = 37.86%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DCC669 (or 0xDCC669) is known color: Chenin. HEX triplet: DC, C6 and 69. RGB value is (220,198,105). Sum of RGB (Red+Green+Blue) = 220+198+105=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 105 (41.41% from 255 or 20.08% from 523); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC669 is #233996. Grayscale: #C2C2C2. Windows color (decimal): -2308503 or 6932188. OLE color: 6932188.

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

Color convert

RGB 220 198 105 -
CMYK 0 0.1 0.52 0.14
HSL 48.52º 0.62% 0.64% -
HSV(B) 48.52º 0.52% 0.86% -
XYZ 52.26 56.62 21.54 -
YUV 193.98 77.79 146.56 -
System Red Green Blue C M Y K H S L
Decimal 220 198 105 0 0.1 0.52 0.14 48.52 0.62 0.64
Hex DC C6 69 0 A 34 E 31 3E 40
Octal 334 306 151 0 12 64 16 61 76 100
Binary 11011100 11000110 1101001 0 1010 110100 1110 110001 111110 1000000

Color Harmonies of #DCC669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC669

Black with #DCC669

Text Example


Text Example

White with #DCC669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC669; }

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

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

background-color css

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

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

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

border-color css

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

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

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