Html Css Color HEX #DDCB68 Chenin

📋 copy color: '#DDCB68'

red 221 ◦ green 203 ◦ blue 104

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

Shades of Chenin #DDCB68

Tints of Chenin #DDCB68

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.45%

 BLUE value IS 104 (41.02% from 255) = 19.7%

R = 41.86%
G = 38.45%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DDCB68 (or 0xDDCB68) is known color: Chenin. HEX triplet: DD, CB and 68. RGB value is (221,203,104). Sum of RGB (Red+Green+Blue) = 221+203+104=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 104 (41.02% from 255 or 19.70% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCB68 is #223497. Grayscale: #C5C5C5. Windows color (decimal): -2241688 or 6867933. OLE color: 6867933.

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

Color convert

RGB 221 203 104 -
CMYK 0 0.08 0.53 0.13
HSL 50.77º 0.63% 0.64% -
HSV(B) 50.77º 0.53% 0.87% -
XYZ 53.67 59.08 21.67 -
YUV 197.1 75.46 145.05 -
System Red Green Blue C M Y K H S L
Decimal 221 203 104 0 0.08 0.53 0.13 50.77 0.63 0.64
Hex DD CB 68 0 8 35 D 33 3F 40
Octal 335 313 150 0 10 65 15 63 77 100
Binary 11011101 11001011 1101000 0 1000 110101 1101 110011 111111 1000000

Color Harmonies of #DDCB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCB68

Black with #DDCB68

Text Example


Text Example

White with #DDCB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCB68; }

 p { color: rgb(221,203,104); }

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

background-color css

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

 a { background-color: rgb(221,203,104); }

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

border-color css

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

 span { border-color: rgb(221,203,104); }

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