Html Css Color HEX #DED068 Wild Rice

📋 copy color: '#DED068'

red 222 ◦ green 208 ◦ blue 104

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

Shades of Wild Rice #DED068

Tints of Wild Rice #DED068

RGB

 RED value IS 222 (87.11% from 255) = 41.57%

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

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

R = 41.57%
G = 38.95%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DED068 (or 0xDED068) is known color: Wild Rice. HEX triplet: DE, D0 and 68. RGB value is (222,208,104). Sum of RGB (Red+Green+Blue) = 222+208+104=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 104 (41.02% from 255 or 19.48% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DED068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED068 is #212F97. Grayscale: #C8C8C8. Windows color (decimal): -2174872 or 6869214. OLE color: 6869214.

HSL color Cylindrical-coordinate representation of color #DED068: hue angle of 52.88º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DED068 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 208 104 -
CMYK 0 0.06 0.53 0.13
HSL 52.88º 0.64% 0.64% -
HSV(B) 52.88º 0.53% 0.87% -
XYZ 55.18 61.64 22.09 -
YUV 200.33 73.64 143.46 -
System Red Green Blue C M Y K H S L
Decimal 222 208 104 0 0.06 0.53 0.13 52.88 0.64 0.64
Hex DE D0 68 0 6 35 D 35 40 40
Octal 336 320 150 0 6 65 15 65 100 100
Binary 11011110 11010000 1101000 0 110 110101 1101 110101 1000000 1000000

Color Harmonies of #DED068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED068

Black with #DED068

Text Example


Text Example

White with #DED068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED068; }

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

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

background-color css

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

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

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

border-color css

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

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

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