Html Css Color HEX #DCD77E Wild Rice

📋 copy color: '#DCD77E'

red 220 ◦ green 215 ◦ blue 126

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

Shades of Wild Rice #DCD77E

Tints of Wild Rice #DCD77E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.32%

 BLUE value IS 126 (49.61% from 255) = 22.46%

R = 39.22%
G = 38.32%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DCD77E (or 0xDCD77E) is known color: Wild Rice. HEX triplet: DC, D7 and 7E. RGB value is (220,215,126). Sum of RGB (Red+Green+Blue) = 220+215+126=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 126 (49.61% from 255 or 22.46% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD77E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD77E is #232881. Grayscale: #CECECE. Windows color (decimal): -2304130 or 8312796. OLE color: 8312796.

HSL color Cylindrical-coordinate representation of color #DCD77E: hue angle of 56.81º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCD77E is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 215 126 -
CMYK 0 0.02 0.43 0.14
HSL 56.81º 0.57% 0.68% -
HSV(B) 56.81º 0.43% 0.86% -
XYZ 57.58 65.32 29.31 -
YUV 206.35 82.66 137.74 -
System Red Green Blue C M Y K H S L
Decimal 220 215 126 0 0.02 0.43 0.14 56.81 0.57 0.68
Hex DC D7 7E 0 2 2B E 39 39 44
Octal 334 327 176 0 2 53 16 71 71 104
Binary 11011100 11010111 1111110 0 10 101011 1110 111001 111001 1000100

Color Harmonies of #DCD77E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD77E

Black with #DCD77E

Text Example


Text Example

White with #DCD77E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD77E; }

 p { color: rgb(220,215,126); }

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

background-color css

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

 a { background-color: rgb(220,215,126); }

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

border-color css

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

 span { border-color: rgb(220,215,126); }

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