Html Css Color HEX #DDCF74 Wild Rice

📋 copy color: '#DDCF74'

red 221 ◦ green 207 ◦ blue 116

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

Shades of Wild Rice #DDCF74

Tints of Wild Rice #DDCF74

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.05%

 BLUE value IS 116 (45.7% from 255) = 21.32%

R = 40.63%
G = 38.05%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDCF74 (or 0xDDCF74) is known color: Wild Rice. HEX triplet: DD, CF and 74. RGB value is (221,207,116). Sum of RGB (Red+Green+Blue) = 221+207+116=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 207 (81.25% from 255 or 38.05% from 544); Blue value is 116 (45.70% from 255 or 21.32% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCF74 is #22308B. Grayscale: #C9C9C9. Windows color (decimal): -2240652 or 7655389. OLE color: 7655389.

HSL color Cylindrical-coordinate representation of color #DDCF74: hue angle of 52º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDCF74 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 207 116 -
CMYK 0 0.06 0.48 0.13
HSL 52º 0.61% 0.66% -
HSV(B) 52º 0.48% 0.87% -
XYZ 55.28 61.26 25.43 -
YUV 200.81 80.14 142.4 -
System Red Green Blue C M Y K H S L
Decimal 221 207 116 0 0.06 0.48 0.13 52 0.61 0.66
Hex DD CF 74 0 6 30 D 34 3D 42
Octal 335 317 164 0 6 60 15 64 75 102
Binary 11011101 11001111 1110100 0 110 110000 1101 110100 111101 1000010

Color Harmonies of #DDCF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCF74

Black with #DDCF74

Text Example


Text Example

White with #DDCF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCF74; }

 p { color: rgb(221,207,116); }

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

background-color css

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

 a { background-color: rgb(221,207,116); }

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

border-color css

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

 span { border-color: rgb(221,207,116); }

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