Html Css Color HEX #DDCE6A Wild Rice

📋 copy color: '#DDCE6A'

red 221 ◦ green 206 ◦ blue 106

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

Shades of Wild Rice #DDCE6A

Tints of Wild Rice #DDCE6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.89%

R = 41.46%
G = 38.65%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DDCE6A (or 0xDDCE6A) is known color: Wild Rice. HEX triplet: DD, CE and 6A. RGB value is (221,206,106). Sum of RGB (Red+Green+Blue) = 221+206+106=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 106 (41.80% from 255 or 19.89% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCE6A is #223195. Grayscale: #C7C7C7. Windows color (decimal): -2240918 or 6999773. OLE color: 6999773.

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

Color convert

RGB 221 206 106 -
CMYK 0 0.07 0.52 0.13
HSL 52.17º 0.63% 0.64% -
HSV(B) 52.17º 0.52% 0.87% -
XYZ 54.49 60.56 22.45 -
YUV 199.09 75.47 143.63 -
System Red Green Blue C M Y K H S L
Decimal 221 206 106 0 0.07 0.52 0.13 52.17 0.63 0.64
Hex DD CE 6A 0 7 34 D 34 3F 40
Octal 335 316 152 0 7 64 15 64 77 100
Binary 11011101 11001110 1101010 0 111 110100 1101 110100 111111 1000000

Color Harmonies of #DDCE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCE6A

Black with #DDCE6A

Text Example


Text Example

White with #DDCE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCE6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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