Html Css Color HEX #DCCC72 Wild Rice

📋 copy color: '#DCCC72'

red 220 ◦ green 204 ◦ blue 114

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

Shades of Wild Rice #DCCC72

Tints of Wild Rice #DCCC72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.19%

R = 40.89%
G = 37.92%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DCCC72 (or 0xDCCC72) is known color: Wild Rice. HEX triplet: DC, CC and 72. RGB value is (220,204,114). Sum of RGB (Red+Green+Blue) = 220+204+114=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 114 (44.92% from 255 or 21.19% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC72 is #23338D. Grayscale: #C6C6C6. Windows color (decimal): -2306958 or 7523548. OLE color: 7523548.

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

Color convert

RGB 220 204 114 -
CMYK 0 0.07 0.48 0.14
HSL 50.94º 0.6% 0.65% -
HSV(B) 50.94º 0.48% 0.86% -
XYZ 54.15 59.62 24.57 -
YUV 198.52 80.3 143.32 -
System Red Green Blue C M Y K H S L
Decimal 220 204 114 0 0.07 0.48 0.14 50.94 0.6 0.65
Hex DC CC 72 0 7 30 E 33 3C 41
Octal 334 314 162 0 7 60 16 63 74 101
Binary 11011100 11001100 1110010 0 111 110000 1110 110011 111100 1000001

Color Harmonies of #DCCC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC72

Black with #DCCC72

Text Example


Text Example

White with #DCCC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC72; }

 p { color: rgb(220,204,114); }

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

background-color css

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

 a { background-color: rgb(220,204,114); }

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

border-color css

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

 span { border-color: rgb(220,204,114); }

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