Html Css Color HEX #DCCD6E Wild Rice

📋 copy color: '#DCCD6E'

red 220 ◦ green 205 ◦ blue 110

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

Shades of Wild Rice #DCCD6E

Tints of Wild Rice #DCCD6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.56%

R = 41.12%
G = 38.32%
B = 20.56%

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

#DCCD6E (or 0xDCCD6E) is known color: Wild Rice. HEX triplet: DC, CD and 6E. RGB value is (220,205,110). Sum of RGB (Red+Green+Blue) = 220+205+110=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 205 (80.47% from 255 or 38.32% from 535); Blue value is 110 (43.36% from 255 or 20.56% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCD6E is #233291. Grayscale: #C7C7C7. Windows color (decimal): -2306706 or 7261660. OLE color: 7261660.

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

Color convert

RGB 220 205 110 -
CMYK 0 0.07 0.50 0.14
HSL 51.82º 0.61% 0.65% -
HSV(B) 51.82º 0.5% 0.86% -
XYZ 54.16 60 23.48 -
YUV 198.66 77.97 143.22 -
System Red Green Blue C M Y K H S L
Decimal 220 205 110 0 0.07 0.50 0.14 51.82 0.61 0.65
Hex DC CD 6E 0 7 32 E 34 3D 41
Octal 334 315 156 0 7 62 16 64 75 101
Binary 11011100 11001101 1101110 0 111 110010 1110 110100 111101 1000001

Color Harmonies of #DCCD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCD6E

Black with #DCCD6E

Text Example


Text Example

White with #DCCD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCD6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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