Html Css Color HEX #DDC76A Chenin

📋 copy color: '#DDC76A'

red 221 ◦ green 199 ◦ blue 106

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

Shades of Chenin #DDC76A

Tints of Chenin #DDC76A

RGB

 RED value IS 221 (86.72% from 255) = 42.02%

 GREEN value IS 199 (78.13% from 255) = 37.83%

 BLUE value IS 106 (41.8% from 255) = 20.15%

R = 42.02%
G = 37.83%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DDC76A (or 0xDDC76A) is known color: Chenin. HEX triplet: DD, C7 and 6A. RGB value is (221,199,106). Sum of RGB (Red+Green+Blue) = 221+199+106=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 199 (78.12% from 255 or 37.83% from 526); Blue value is 106 (41.80% from 255 or 20.15% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC76A is #223895. Grayscale: #C3C3C3. Windows color (decimal): -2242710 or 6997981. OLE color: 6997981.

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

Color convert

RGB 221 199 106 -
CMYK 0 0.10 0.52 0.13
HSL 48.52º 0.63% 0.64% -
HSV(B) 48.52º 0.52% 0.87% -
XYZ 52.84 57.26 21.9 -
YUV 194.98 77.79 146.56 -
System Red Green Blue C M Y K H S L
Decimal 221 199 106 0 0.10 0.52 0.13 48.52 0.63 0.64
Hex DD C7 6A 0 A 34 D 31 3F 40
Octal 335 307 152 0 12 64 15 61 77 100
Binary 11011101 11000111 1101010 0 1010 110100 1101 110001 111111 1000000

Color Harmonies of #DDC76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC76A

Black with #DDC76A

Text Example


Text Example

White with #DDC76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC76A; }

 p { color: rgb(221,199,106); }

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

background-color css

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

 a { background-color: rgb(221,199,106); }

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

border-color css

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

 span { border-color: rgb(221,199,106); }

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