Html Css Color HEX #DDCD69 Wild Rice

📋 copy color: '#DDCD69'

red 221 ◦ green 205 ◦ blue 105

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

Shades of Wild Rice #DDCD69

Tints of Wild Rice #DDCD69

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.61%

 BLUE value IS 105 (41.41% from 255) = 19.77%

R = 41.62%
G = 38.61%
B = 19.77%

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

#DDCD69 (or 0xDDCD69) is known color: Wild Rice. HEX triplet: DD, CD and 69. RGB value is (221,205,105). Sum of RGB (Red+Green+Blue) = 221+205+105=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 105 (41.41% from 255 or 19.77% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD69 is #223296. Grayscale: #C6C6C6. Windows color (decimal): -2241175 or 6933981. OLE color: 6933981.

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

Color convert

RGB 221 205 105 -
CMYK 0 0.07 0.52 0.13
HSL 51.72º 0.63% 0.64% -
HSV(B) 51.72º 0.52% 0.87% -
XYZ 54.2 60.05 22.1 -
YUV 198.38 75.3 144.13 -
System Red Green Blue C M Y K H S L
Decimal 221 205 105 0 0.07 0.52 0.13 51.72 0.63 0.64
Hex DD CD 69 0 7 34 D 34 3F 40
Octal 335 315 151 0 7 64 15 64 77 100
Binary 11011101 11001101 1101001 0 111 110100 1101 110100 111111 1000000

Color Harmonies of #DDCD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD69

Black with #DDCD69

Text Example


Text Example

White with #DDCD69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD69; }

 p { color: rgb(221,205,105); }

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

background-color css

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

 a { background-color: rgb(221,205,105); }

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

border-color css

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

 span { border-color: rgb(221,205,105); }

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