Html Css Color HEX #DDC767 Chenin

📋 copy color: '#DDC767'

red 221 ◦ green 199 ◦ blue 103

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

Shades of Chenin #DDC767

Tints of Chenin #DDC767

RGB

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

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

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

R = 42.26%
G = 38.05%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DDC767 (or 0xDDC767) is known color: Chenin. HEX triplet: DD, C7 and 67. RGB value is (221,199,103). Sum of RGB (Red+Green+Blue) = 221+199+103=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 199 (78.12% from 255 or 38.05% from 523); Blue value is 103 (40.62% from 255 or 19.69% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC767 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC767 is #223898. Grayscale: #C3C3C3. Windows color (decimal): -2242713 or 6801373. OLE color: 6801373.

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

Color convert

RGB 221 199 103 -
CMYK 0 0.10 0.53 0.13
HSL 48.81º 0.63% 0.64% -
HSV(B) 48.81º 0.53% 0.87% -
XYZ 52.69 57.2 21.1 -
YUV 194.63 76.29 146.81 -
System Red Green Blue C M Y K H S L
Decimal 221 199 103 0 0.10 0.53 0.13 48.81 0.63 0.64
Hex DD C7 67 0 A 35 D 31 3F 40
Octal 335 307 147 0 12 65 15 61 77 100
Binary 11011101 11000111 1100111 0 1010 110101 1101 110001 111111 1000000

Color Harmonies of #DDC767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC767

Black with #DDC767

Text Example


Text Example

White with #DDC767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC767; }

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

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

background-color css

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

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

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

border-color css

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

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

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