Html Css Color HEX #DCCE77 Wild Rice

📋 copy color: '#DCCE77'

red 220 ◦ green 206 ◦ blue 119

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

Shades of Wild Rice #DCCE77

Tints of Wild Rice #DCCE77

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.8%

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

R = 40.37%
G = 37.8%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DCCE77 (or 0xDCCE77) is known color: Wild Rice. HEX triplet: DC, CE and 77. RGB value is (220,206,119). Sum of RGB (Red+Green+Blue) = 220+206+119=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 119 (46.88% from 255 or 21.83% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCE77 is #233188. Grayscale: #C8C8C8. Windows color (decimal): -2306441 or 7851740. OLE color: 7851740.

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

Color convert

RGB 220 206 119 -
CMYK 0 0.06 0.46 0.14
HSL 51.68º 0.59% 0.66% -
HSV(B) 51.68º 0.46% 0.86% -
XYZ 54.92 60.69 26.27 -
YUV 200.27 82.14 142.07 -
System Red Green Blue C M Y K H S L
Decimal 220 206 119 0 0.06 0.46 0.14 51.68 0.59 0.66
Hex DC CE 77 0 6 2E E 34 3B 42
Octal 334 316 167 0 6 56 16 64 73 102
Binary 11011100 11001110 1110111 0 110 101110 1110 110100 111011 1000010

Color Harmonies of #DCCE77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCE77

Black with #DCCE77

Text Example


Text Example

White with #DCCE77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCE77; }

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

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

background-color css

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

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

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

border-color css

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

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

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