Html Css Color HEX #DDD67B Wild Rice

📋 copy color: '#DDD67B'

red 221 ◦ green 214 ◦ blue 123

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

Shades of Wild Rice #DDD67B

Tints of Wild Rice #DDD67B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.35%

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

R = 39.61%
G = 38.35%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DDD67B (or 0xDDD67B) is known color: Wild Rice. HEX triplet: DD, D6 and 7B. RGB value is (221,214,123). Sum of RGB (Red+Green+Blue) = 221+214+123=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 214 (83.98% from 255 or 38.35% from 558); Blue value is 123 (48.44% from 255 or 22.04% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD67B is #222984. Grayscale: #CECECE. Windows color (decimal): -2238853 or 8115933. OLE color: 8115933.

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

Color convert

RGB 221 214 123 -
CMYK 0 0.03 0.44 0.13
HSL 55.71º 0.59% 0.67% -
HSV(B) 55.71º 0.44% 0.87% -
XYZ 57.44 64.9 28.24 -
YUV 205.72 81.32 138.9 -
System Red Green Blue C M Y K H S L
Decimal 221 214 123 0 0.03 0.44 0.13 55.71 0.59 0.67
Hex DD D6 7B 0 3 2C D 38 3B 43
Octal 335 326 173 0 3 54 15 70 73 103
Binary 11011101 11010110 1111011 0 11 101100 1101 111000 111011 1000011

Color Harmonies of #DDD67B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD67B

Black with #DDD67B

Text Example


Text Example

White with #DDD67B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD67B; }

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

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

background-color css

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

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

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

border-color css

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

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

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