Html Css Color HEX #DCCF76 Wild Rice

📋 copy color: '#DCCF76'

red 220 ◦ green 207 ◦ blue 118

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

Shades of Wild Rice #DCCF76

Tints of Wild Rice #DCCF76

RGB

 RED value IS 220 (86.33% from 255) = 40.37%

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

 BLUE value IS 118 (46.48% from 255) = 21.65%

R = 40.37%
G = 37.98%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DCCF76 (or 0xDCCF76) is known color: Wild Rice. HEX triplet: DC, CF and 76. RGB value is (220,207,118). Sum of RGB (Red+Green+Blue) = 220+207+118=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 118 (46.48% from 255 or 21.65% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCF76 is #233089. Grayscale: #C9C9C9. Windows color (decimal): -2306186 or 7786460. OLE color: 7786460.

HSL color Cylindrical-coordinate representation of color #DCCF76: hue angle of 52.35º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCCF76 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 207 118 -
CMYK 0 0.06 0.46 0.14
HSL 52.35º 0.59% 0.66% -
HSV(B) 52.35º 0.46% 0.86% -
XYZ 55.1 61.15 26.04 -
YUV 200.74 81.31 141.74 -
System Red Green Blue C M Y K H S L
Decimal 220 207 118 0 0.06 0.46 0.14 52.35 0.59 0.66
Hex DC CF 76 0 6 2E E 34 3B 42
Octal 334 317 166 0 6 56 16 64 73 102
Binary 11011100 11001111 1110110 0 110 101110 1110 110100 111011 1000010

Color Harmonies of #DCCF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCF76

Black with #DCCF76

Text Example


Text Example

White with #DCCF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCF76; }

 p { color: rgb(220,207,118); }

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

background-color css

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

 a { background-color: rgb(220,207,118); }

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

border-color css

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

 span { border-color: rgb(220,207,118); }

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