Html Css Color HEX #DCCD77 Wild Rice

📋 copy color: '#DCCD77'

red 220 ◦ green 205 ◦ blue 119

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

Shades of Wild Rice #DCCD77

Tints of Wild Rice #DCCD77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.88%

R = 40.44%
G = 37.68%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DCCD77 (or 0xDCCD77) is known color: Wild Rice. HEX triplet: DC, CD and 77. RGB value is (220,205,119). Sum of RGB (Red+Green+Blue) = 220+205+119=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 119 (46.88% from 255 or 21.88% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCD77 is #233288. Grayscale: #C8C8C8. Windows color (decimal): -2306697 or 7851484. OLE color: 7851484.

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

Color convert

RGB 220 205 119 -
CMYK 0 0.07 0.46 0.14
HSL 51.09º 0.59% 0.66% -
HSV(B) 51.09º 0.46% 0.86% -
XYZ 54.68 60.21 26.19 -
YUV 199.68 82.47 142.49 -
System Red Green Blue C M Y K H S L
Decimal 220 205 119 0 0.07 0.46 0.14 51.09 0.59 0.66
Hex DC CD 77 0 7 2E E 33 3B 42
Octal 334 315 167 0 7 56 16 63 73 102
Binary 11011100 11001101 1110111 0 111 101110 1110 110011 111011 1000010

Color Harmonies of #DCCD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCD77

Black with #DCCD77

Text Example


Text Example

White with #DCCD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCD77; }

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

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

background-color css

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

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

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

border-color css

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

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

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