Html Css Color HEX #DCCF79 Wild Rice

📋 copy color: '#DCCF79'

red 220 ◦ green 207 ◦ blue 121

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

Shades of Wild Rice #DCCF79

Tints of Wild Rice #DCCF79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 22.08%

R = 40.15%
G = 37.77%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DCCF79 (or 0xDCCF79) is known color: Wild Rice. HEX triplet: DC, CF and 79. RGB value is (220,207,121). Sum of RGB (Red+Green+Blue) = 220+207+121=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 207 (81.25% from 255 or 37.77% from 548); Blue value is 121 (47.66% from 255 or 22.08% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCF79 is #233086. Grayscale: #C9C9C9. Windows color (decimal): -2306183 or 7983068. OLE color: 7983068.

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

Color convert

RGB 220 207 121 -
CMYK 0 0.06 0.45 0.14
HSL 52.12º 0.59% 0.67% -
HSV(B) 52.12º 0.45% 0.86% -
XYZ 55.28 61.22 26.99 -
YUV 201.08 82.81 141.49 -
System Red Green Blue C M Y K H S L
Decimal 220 207 121 0 0.06 0.45 0.14 52.12 0.59 0.67
Hex DC CF 79 0 6 2D E 34 3B 43
Octal 334 317 171 0 6 55 16 64 73 103
Binary 11011100 11001111 1111001 0 110 101101 1110 110100 111011 1000011

Color Harmonies of #DCCF79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCF79

Black with #DCCF79

Text Example


Text Example

White with #DCCF79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCF79; }

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

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

background-color css

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

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

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

border-color css

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

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

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