Html Css Color HEX #DDCD6B Wild Rice

📋 copy color: '#DDCD6B'

red 221 ◦ green 205 ◦ blue 107

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

Shades of Wild Rice #DDCD6B

Tints of Wild Rice #DDCD6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.08%

R = 41.46%
G = 38.46%
B = 20.08%

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

#DDCD6B (or 0xDDCD6B) is known color: Wild Rice. HEX triplet: DD, CD and 6B. RGB value is (221,205,107). Sum of RGB (Red+Green+Blue) = 221+205+107=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 107 (42.19% from 255 or 20.08% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCD6B is #223294. Grayscale: #C7C7C7. Windows color (decimal): -2241173 or 7065053. OLE color: 7065053.

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

Color convert

RGB 221 205 107 -
CMYK 0 0.07 0.52 0.13
HSL 51.58º 0.63% 0.64% -
HSV(B) 51.58º 0.52% 0.87% -
XYZ 54.3 60.1 22.65 -
YUV 198.61 76.3 143.97 -
System Red Green Blue C M Y K H S L
Decimal 221 205 107 0 0.07 0.52 0.13 51.58 0.63 0.64
Hex DD CD 6B 0 7 34 D 34 3F 40
Octal 335 315 153 0 7 64 15 64 77 100
Binary 11011101 11001101 1101011 0 111 110100 1101 110100 111111 1000000

Color Harmonies of #DDCD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD6B

Black with #DDCD6B

Text Example


Text Example

White with #DDCD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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