Html Css Color HEX #DCD068 Wild Rice

📋 copy color: '#DCD068'

red 220 ◦ green 208 ◦ blue 104

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

Shades of Wild Rice #DCD068

Tints of Wild Rice #DCD068

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.1%

 BLUE value IS 104 (41.02% from 255) = 19.55%

R = 41.35%
G = 39.1%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DCD068 (or 0xDCD068) is known color: Wild Rice. HEX triplet: DC, D0 and 68. RGB value is (220,208,104). Sum of RGB (Red+Green+Blue) = 220+208+104=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 104 (41.02% from 255 or 19.55% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD068 is #232F97. Grayscale: #C8C8C8. Windows color (decimal): -2305944 or 6869212. OLE color: 6869212.

HSL color Cylindrical-coordinate representation of color #DCD068: hue angle of 53.79º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCD068 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 208 104 -
CMYK 0 0.05 0.53 0.14
HSL 53.79º 0.62% 0.64% -
HSV(B) 53.79º 0.53% 0.86% -
XYZ 54.57 61.33 22.06 -
YUV 199.73 73.98 142.46 -
System Red Green Blue C M Y K H S L
Decimal 220 208 104 0 0.05 0.53 0.14 53.79 0.62 0.64
Hex DC D0 68 0 5 35 E 36 3E 40
Octal 334 320 150 0 5 65 16 66 76 100
Binary 11011100 11010000 1101000 0 101 110101 1110 110110 111110 1000000

Color Harmonies of #DCD068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD068

Black with #DCD068

Text Example


Text Example

White with #DCD068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD068; }

 p { color: rgb(220,208,104); }

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

background-color css

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

 a { background-color: rgb(220,208,104); }

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

border-color css

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

 span { border-color: rgb(220,208,104); }

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