Html Css Color HEX #DDCF66 Wild Rice

📋 copy color: '#DDCF66'

red 221 ◦ green 207 ◦ blue 102

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

Shades of Wild Rice #DDCF66

Tints of Wild Rice #DDCF66

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.06%

 BLUE value IS 102 (40.23% from 255) = 19.25%

R = 41.7%
G = 39.06%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DDCF66 (or 0xDDCF66) is known color: Wild Rice. HEX triplet: DD, CF and 66. RGB value is (221,207,102). Sum of RGB (Red+Green+Blue) = 221+207+102=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 102 (40.23% from 255 or 19.25% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCF66 is #223099. Grayscale: #C7C7C7. Windows color (decimal): -2240666 or 6737885. OLE color: 6737885.

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

Color convert

RGB 221 207 102 -
CMYK 0 0.06 0.54 0.13
HSL 52.94º 0.64% 0.63% -
HSV(B) 52.94º 0.54% 0.87% -
XYZ 54.53 60.96 21.46 -
YUV 199.22 73.14 143.54 -
System Red Green Blue C M Y K H S L
Decimal 221 207 102 0 0.06 0.54 0.13 52.94 0.64 0.63
Hex DD CF 66 0 6 36 D 35 40 3F
Octal 335 317 146 0 6 66 15 65 100 77
Binary 11011101 11001111 1100110 0 110 110110 1101 110101 1000000 111111

Color Harmonies of #DDCF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCF66

Black with #DDCF66

Text Example


Text Example

White with #DDCF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCF66; }

 p { color: rgb(221,207,102); }

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

background-color css

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

 a { background-color: rgb(221,207,102); }

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

border-color css

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

 span { border-color: rgb(221,207,102); }

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