Html Css Color HEX #DDC067 Chenin

📋 copy color: '#DDC067'

red 221 ◦ green 192 ◦ blue 103

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

Shades of Chenin #DDC067

Tints of Chenin #DDC067

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.21%

 BLUE value IS 103 (40.63% from 255) = 19.96%

R = 42.83%
G = 37.21%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DDC067 (or 0xDDC067) is known color: Chenin. HEX triplet: DD, C0 and 67. RGB value is (221,192,103). Sum of RGB (Red+Green+Blue) = 221+192+103=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 103 (40.62% from 255 or 19.96% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC067 is #223F98. Grayscale: #BEBEBE. Windows color (decimal): -2244505 or 6799581. OLE color: 6799581.

HSL color Cylindrical-coordinate representation of color #DDC067: hue angle of 45.25º 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 #DDC067 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 192 103 -
CMYK 0 0.13 0.53 0.13
HSL 45.25º 0.63% 0.64% -
HSV(B) 45.25º 0.53% 0.87% -
XYZ 51.12 54.05 20.57 -
YUV 190.53 78.61 149.74 -
System Red Green Blue C M Y K H S L
Decimal 221 192 103 0 0.13 0.53 0.13 45.25 0.63 0.64
Hex DD C0 67 0 D 35 D 2D 3F 40
Octal 335 300 147 0 15 65 15 55 77 100
Binary 11011101 11000000 1100111 0 1101 110101 1101 101101 111111 1000000

Color Harmonies of #DDC067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC067

Black with #DDC067

Text Example


Text Example

White with #DDC067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC067; }

 p { color: rgb(221,192,103); }

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

background-color css

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

 a { background-color: rgb(221,192,103); }

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

border-color css

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

 span { border-color: rgb(221,192,103); }

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