Html Css Color HEX #DDD27B Wild Rice

📋 copy color: '#DDD27B'

red 221 ◦ green 210 ◦ blue 123

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

Shades of Wild Rice #DDD27B

Tints of Wild Rice #DDD27B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.91%

 BLUE value IS 123 (48.44% from 255) = 22.2%

R = 39.89%
G = 37.91%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DDD27B (or 0xDDD27B) is known color: Wild Rice. HEX triplet: DD, D2 and 7B. RGB value is (221,210,123). Sum of RGB (Red+Green+Blue) = 221+210+123=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 210 (82.42% from 255 or 37.91% from 554); Blue value is 123 (48.44% from 255 or 22.20% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD27B is #222D84. Grayscale: #CBCBCB. Windows color (decimal): -2239877 or 8114909. OLE color: 8114909.

HSL color Cylindrical-coordinate representation of color #DDD27B: hue angle of 53.27º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDD27B is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 210 123 -
CMYK 0 0.05 0.44 0.13
HSL 53.27º 0.59% 0.67% -
HSV(B) 53.27º 0.44% 0.87% -
XYZ 56.44 62.9 27.9 -
YUV 203.37 82.64 140.57 -
System Red Green Blue C M Y K H S L
Decimal 221 210 123 0 0.05 0.44 0.13 53.27 0.59 0.67
Hex DD D2 7B 0 5 2C D 35 3B 43
Octal 335 322 173 0 5 54 15 65 73 103
Binary 11011101 11010010 1111011 0 101 101100 1101 110101 111011 1000011

Color Harmonies of #DDD27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD27B

Black with #DDD27B

Text Example


Text Example

White with #DDD27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD27B; }

 p { color: rgb(221,210,123); }

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

background-color css

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

 a { background-color: rgb(221,210,123); }

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

border-color css

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

 span { border-color: rgb(221,210,123); }

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