Html Css Color HEX #DCD67E Wild Rice

📋 copy color: '#DCD67E'

red 220 ◦ green 214 ◦ blue 126

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

Shades of Wild Rice #DCD67E

Tints of Wild Rice #DCD67E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.21%

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

R = 39.29%
G = 38.21%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DCD67E (or 0xDCD67E) is known color: Wild Rice. HEX triplet: DC, D6 and 7E. RGB value is (220,214,126). Sum of RGB (Red+Green+Blue) = 220+214+126=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 214 (83.98% from 255 or 38.21% from 560); Blue value is 126 (49.61% from 255 or 22.5% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD67E is #232981. Grayscale: #CECECE. Windows color (decimal): -2304386 or 8312540. OLE color: 8312540.

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

Color convert

RGB 220 214 126 -
CMYK 0 0.03 0.43 0.14
HSL 56.17º 0.57% 0.68% -
HSV(B) 56.17º 0.43% 0.86% -
XYZ 57.33 64.82 29.23 -
YUV 205.76 82.99 138.16 -
System Red Green Blue C M Y K H S L
Decimal 220 214 126 0 0.03 0.43 0.14 56.17 0.57 0.68
Hex DC D6 7E 0 3 2B E 38 39 44
Octal 334 326 176 0 3 53 16 70 71 104
Binary 11011100 11010110 1111110 0 11 101011 1110 111000 111001 1000100

Color Harmonies of #DCD67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD67E

Black with #DCD67E

Text Example


Text Example

White with #DCD67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD67E; }

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

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

background-color css

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

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

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

border-color css

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

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

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