Html Css Color HEX #DDD67F Wild Rice

📋 copy color: '#DDD67F'

red 221 ◦ green 214 ◦ blue 127

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

Shades of Wild Rice #DDD67F

Tints of Wild Rice #DDD67F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.6%

R = 39.32%
G = 38.08%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DDD67F (or 0xDDD67F) is known color: Wild Rice. HEX triplet: DD, D6 and 7F. RGB value is (221,214,127). Sum of RGB (Red+Green+Blue) = 221+214+127=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 214 (83.98% from 255 or 38.08% from 562); Blue value is 127 (50% from 255 or 22.60% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD67F is #222980. Grayscale: #CECECE. Windows color (decimal): -2238849 or 8378077. OLE color: 8378077.

HSL color Cylindrical-coordinate representation of color #DDD67F: hue angle of 55.53º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDD67F is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 214 127 -
CMYK 0 0.03 0.43 0.13
HSL 55.53º 0.58% 0.68% -
HSV(B) 55.53º 0.43% 0.87% -
XYZ 57.7 65 29.58 -
YUV 206.18 83.32 138.57 -
System Red Green Blue C M Y K H S L
Decimal 221 214 127 0 0.03 0.43 0.13 55.53 0.58 0.68
Hex DD D6 7F 0 3 2B D 38 3A 44
Octal 335 326 177 0 3 53 15 70 72 104
Binary 11011101 11010110 1111111 0 11 101011 1101 111000 111010 1000100

Color Harmonies of #DDD67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD67F

Black with #DDD67F

Text Example


Text Example

White with #DDD67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD67F; }

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

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

background-color css

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

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

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

border-color css

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

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

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