Html Css Color HEX #DECC75 Wild Rice

📋 copy color: '#DECC75'

red 222 ◦ green 204 ◦ blue 117

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

Shades of Wild Rice #DECC75

Tints of Wild Rice #DECC75

RGB

 RED value IS 222 (87.11% from 255) = 40.88%

 GREEN value IS 204 (80.08% from 255) = 37.57%

 BLUE value IS 117 (46.09% from 255) = 21.55%

R = 40.88%
G = 37.57%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DECC75 (or 0xDECC75) is known color: Wild Rice. HEX triplet: DE, CC and 75. RGB value is (222,204,117). Sum of RGB (Red+Green+Blue) = 222+204+117=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 117 (46.09% from 255 or 21.55% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECC75 is #21338A. Grayscale: #C7C7C7. Windows color (decimal): -2175883 or 7720158. OLE color: 7720158.

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

Color convert

RGB 222 204 117 -
CMYK 0 0.08 0.47 0.13
HSL 49.71º 0.61% 0.66% -
HSV(B) 49.71º 0.47% 0.87% -
XYZ 54.93 60 25.52 -
YUV 199.46 81.46 144.07 -
System Red Green Blue C M Y K H S L
Decimal 222 204 117 0 0.08 0.47 0.13 49.71 0.61 0.66
Hex DE CC 75 0 8 2F D 32 3D 42
Octal 336 314 165 0 10 57 15 62 75 102
Binary 11011110 11001100 1110101 0 1000 101111 1101 110010 111101 1000010

Color Harmonies of #DECC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DECC75

Black with #DECC75

Text Example


Text Example

White with #DECC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DECC75; }

 p { color: rgb(222,204,117); }

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

background-color css

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

 a { background-color: rgb(222,204,117); }

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

border-color css

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

 span { border-color: rgb(222,204,117); }

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