Html Css Color HEX #DCCD72 Wild Rice

📋 copy color: '#DCCD72'

red 220 ◦ green 205 ◦ blue 114

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

Shades of Wild Rice #DCCD72

Tints of Wild Rice #DCCD72

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.03%

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

R = 40.82%
G = 38.03%
B = 21.15%

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

#DCCD72 (or 0xDCCD72) is known color: Wild Rice. HEX triplet: DC, CD and 72. RGB value is (220,205,114). Sum of RGB (Red+Green+Blue) = 220+205+114=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 114 (44.92% from 255 or 21.15% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCD72 is #23328D. Grayscale: #C7C7C7. Windows color (decimal): -2306702 or 7523804. OLE color: 7523804.

HSL color Cylindrical-coordinate representation of color #DCCD72: hue angle of 51.51º 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 #DCCD72 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 205 114 -
CMYK 0 0.07 0.48 0.14
HSL 51.51º 0.6% 0.65% -
HSV(B) 51.51º 0.48% 0.86% -
XYZ 54.38 60.09 24.65 -
YUV 199.11 79.97 142.9 -
System Red Green Blue C M Y K H S L
Decimal 220 205 114 0 0.07 0.48 0.14 51.51 0.6 0.65
Hex DC CD 72 0 7 30 E 34 3C 41
Octal 334 315 162 0 7 60 16 64 74 101
Binary 11011100 11001101 1110010 0 111 110000 1110 110100 111100 1000001

Color Harmonies of #DCCD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCD72

Black with #DCCD72

Text Example


Text Example

White with #DCCD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCD72; }

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

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

background-color css

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

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

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

border-color css

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

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

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