Html Css Color HEX #DDCE68 Wild Rice

📋 copy color: '#DDCE68'

red 221 ◦ green 206 ◦ blue 104

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

Shades of Wild Rice #DDCE68

Tints of Wild Rice #DDCE68

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.79%

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

R = 41.62%
G = 38.79%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DDCE68 (or 0xDDCE68) is known color: Wild Rice. HEX triplet: DD, CE and 68. RGB value is (221,206,104). Sum of RGB (Red+Green+Blue) = 221+206+104=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 104 (41.02% from 255 or 19.59% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCE68 is #223197. Grayscale: #C7C7C7. Windows color (decimal): -2240920 or 6868701. OLE color: 6868701.

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

Color convert

RGB 221 206 104 -
CMYK 0 0.07 0.53 0.13
HSL 52.31º 0.63% 0.64% -
HSV(B) 52.31º 0.53% 0.87% -
XYZ 54.39 60.51 21.91 -
YUV 198.86 74.47 143.79 -
System Red Green Blue C M Y K H S L
Decimal 221 206 104 0 0.07 0.53 0.13 52.31 0.63 0.64
Hex DD CE 68 0 7 35 D 34 3F 40
Octal 335 316 150 0 7 65 15 64 77 100
Binary 11011101 11001110 1101000 0 111 110101 1101 110100 111111 1000000

Color Harmonies of #DDCE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCE68

Black with #DDCE68

Text Example


Text Example

White with #DDCE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCE68; }

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

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

background-color css

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

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

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

border-color css

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

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

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