Html Css Color HEX #DCCF70 Wild Rice

📋 copy color: '#DCCF70'

red 220 ◦ green 207 ◦ blue 112

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

Shades of Wild Rice #DCCF70

Tints of Wild Rice #DCCF70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.78%

R = 40.82%
G = 38.4%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DCCF70 (or 0xDCCF70) is known color: Wild Rice. HEX triplet: DC, CF and 70. RGB value is (220,207,112). Sum of RGB (Red+Green+Blue) = 220+207+112=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 112 (44.14% from 255 or 20.78% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCF70 is #23308F. Grayscale: #C8C8C8. Windows color (decimal): -2306192 or 7393244. OLE color: 7393244.

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

Color convert

RGB 220 207 112 -
CMYK 0 0.06 0.49 0.14
HSL 52.78º 0.61% 0.65% -
HSV(B) 52.78º 0.49% 0.86% -
XYZ 54.75 61.01 24.22 -
YUV 200.06 78.31 142.22 -
System Red Green Blue C M Y K H S L
Decimal 220 207 112 0 0.06 0.49 0.14 52.78 0.61 0.65
Hex DC CF 70 0 6 31 E 35 3D 41
Octal 334 317 160 0 6 61 16 65 75 101
Binary 11011100 11001111 1110000 0 110 110001 1110 110101 111101 1000001

Color Harmonies of #DCCF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCF70

Black with #DCCF70

Text Example


Text Example

White with #DCCF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCF70; }

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

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

background-color css

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

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

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

border-color css

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

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

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