Html Css Color HEX #DCCD6D Wild Rice

📋 copy color: '#DCCD6D'

red 220 ◦ green 205 ◦ blue 109

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

Shades of Wild Rice #DCCD6D

Tints of Wild Rice #DCCD6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.41%

R = 41.2%
G = 38.39%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DCCD6D (or 0xDCCD6D) is known color: Wild Rice. HEX triplet: DC, CD and 6D. RGB value is (220,205,109). Sum of RGB (Red+Green+Blue) = 220+205+109=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 109 (42.97% from 255 or 20.41% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCD6D is #233292. Grayscale: #C6C6C6. Windows color (decimal): -2306707 or 7196124. OLE color: 7196124.

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

Color convert

RGB 220 205 109 -
CMYK 0 0.07 0.50 0.14
HSL 51.89º 0.61% 0.65% -
HSV(B) 51.89º 0.5% 0.86% -
XYZ 54.11 59.98 23.19 -
YUV 198.54 77.47 143.31 -
System Red Green Blue C M Y K H S L
Decimal 220 205 109 0 0.07 0.50 0.14 51.89 0.61 0.65
Hex DC CD 6D 0 7 32 E 34 3D 41
Octal 334 315 155 0 7 62 16 64 75 101
Binary 11011100 11001101 1101101 0 111 110010 1110 110100 111101 1000001

Color Harmonies of #DCCD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCD6D

Black with #DCCD6D

Text Example


Text Example

White with #DCCD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCD6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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