Html Css Color HEX #DDD068 Wild Rice

📋 copy color: '#DDD068'

red 221 ◦ green 208 ◦ blue 104

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

Shades of Wild Rice #DDD068

Tints of Wild Rice #DDD068

RGB

 RED value IS 221 (86.72% from 255) = 41.46%

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

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

R = 41.46%
G = 39.02%
B = 19.51%

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

#DDD068 (or 0xDDD068) is known color: Wild Rice. HEX triplet: DD, D0 and 68. RGB value is (221,208,104). Sum of RGB (Red+Green+Blue) = 221+208+104=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 208 (81.64% from 255 or 39.02% from 533); Blue value is 104 (41.02% from 255 or 19.51% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD068 is #222F97. Grayscale: #C8C8C8. Windows color (decimal): -2240408 or 6869213. OLE color: 6869213.

HSL color Cylindrical-coordinate representation of color #DDD068: hue angle of 53.33º degrees, saturation: 0.63, 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 #DDD068 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 208 104 -
CMYK 0 0.06 0.53 0.13
HSL 53.33º 0.63% 0.64% -
HSV(B) 53.33º 0.53% 0.87% -
XYZ 54.87 61.48 22.07 -
YUV 200.03 73.81 142.96 -
System Red Green Blue C M Y K H S L
Decimal 221 208 104 0 0.06 0.53 0.13 53.33 0.63 0.64
Hex DD D0 68 0 6 35 D 35 3F 40
Octal 335 320 150 0 6 65 15 65 77 100
Binary 11011101 11010000 1101000 0 110 110101 1101 110101 111111 1000000

Color Harmonies of #DDD068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD068

Black with #DDD068

Text Example


Text Example

White with #DDD068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD068; }

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

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

background-color css

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

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

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

border-color css

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

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

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