Html Css Color HEX #DCD678 Wild Rice

📋 copy color: '#DCD678'

red 220 ◦ green 214 ◦ blue 120

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

Shades of Wild Rice #DCD678

Tints of Wild Rice #DCD678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.66%

R = 39.71%
G = 38.63%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DCD678 (or 0xDCD678) is known color: Wild Rice. HEX triplet: DC, D6 and 78. RGB value is (220,214,120). Sum of RGB (Red+Green+Blue) = 220+214+120=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 214 (83.98% from 255 or 38.63% from 554); Blue value is 120 (47.27% from 255 or 21.66% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD678 is #232987. Grayscale: #CDCDCD. Windows color (decimal): -2304392 or 7919324. OLE color: 7919324.

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

Color convert

RGB 220 214 120 -
CMYK 0 0.03 0.45 0.14
HSL 56.4º 0.59% 0.67% -
HSV(B) 56.4º 0.45% 0.86% -
XYZ 56.95 64.66 27.25 -
YUV 205.08 79.99 138.64 -
System Red Green Blue C M Y K H S L
Decimal 220 214 120 0 0.03 0.45 0.14 56.4 0.59 0.67
Hex DC D6 78 0 3 2D E 38 3B 43
Octal 334 326 170 0 3 55 16 70 73 103
Binary 11011100 11010110 1111000 0 11 101101 1110 111000 111011 1000011

Color Harmonies of #DCD678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD678

Black with #DCD678

Text Example


Text Example

White with #DCD678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD678; }

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

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

background-color css

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

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

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

border-color css

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

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

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