Html Css Color HEX #DCCF73 Wild Rice

📋 copy color: '#DCCF73'

red 220 ◦ green 207 ◦ blue 115

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

Shades of Wild Rice #DCCF73

Tints of Wild Rice #DCCF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.22%

R = 40.59%
G = 38.19%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DCCF73 (or 0xDCCF73) is known color: Wild Rice. HEX triplet: DC, CF and 73. RGB value is (220,207,115). Sum of RGB (Red+Green+Blue) = 220+207+115=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 115 (45.31% from 255 or 21.22% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCF73 is #23308C. Grayscale: #C8C8C8. Windows color (decimal): -2306189 or 7589852. OLE color: 7589852.

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

Color convert

RGB 220 207 115 -
CMYK 0 0.06 0.48 0.14
HSL 52.57º 0.6% 0.66% -
HSV(B) 52.57º 0.48% 0.86% -
XYZ 54.92 61.08 25.11 -
YUV 200.4 79.81 141.98 -
System Red Green Blue C M Y K H S L
Decimal 220 207 115 0 0.06 0.48 0.14 52.57 0.6 0.66
Hex DC CF 73 0 6 30 E 35 3C 42
Octal 334 317 163 0 6 60 16 65 74 102
Binary 11011100 11001111 1110011 0 110 110000 1110 110101 111100 1000010

Color Harmonies of #DCCF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCF73

Black with #DCCF73

Text Example


Text Example

White with #DCCF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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