Html Css Color HEX #DDCE6B Wild Rice

📋 copy color: '#DDCE6B'

red 221 ◦ green 206 ◦ blue 107

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

Shades of Wild Rice #DDCE6B

Tints of Wild Rice #DDCE6B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.58%

 BLUE value IS 107 (42.19% from 255) = 20.04%

R = 41.39%
G = 38.58%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DDCE6B (or 0xDDCE6B) is known color: Wild Rice. HEX triplet: DD, CE and 6B. RGB value is (221,206,107). Sum of RGB (Red+Green+Blue) = 221+206+107=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 107 (42.19% from 255 or 20.04% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCE6B is #223194. Grayscale: #C7C7C7. Windows color (decimal): -2240917 or 7065309. OLE color: 7065309.

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

Color convert

RGB 221 206 107 -
CMYK 0 0.07 0.52 0.13
HSL 52.11º 0.63% 0.64% -
HSV(B) 52.11º 0.52% 0.87% -
XYZ 54.54 60.58 22.73 -
YUV 199.2 75.97 143.55 -
System Red Green Blue C M Y K H S L
Decimal 221 206 107 0 0.07 0.52 0.13 52.11 0.63 0.64
Hex DD CE 6B 0 7 34 D 34 3F 40
Octal 335 316 153 0 7 64 15 64 77 100
Binary 11011101 11001110 1101011 0 111 110100 1101 110100 111111 1000000

Color Harmonies of #DDCE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCE6B

Black with #DDCE6B

Text Example


Text Example

White with #DDCE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCE6B; }

 p { color: rgb(221,206,107); }

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

background-color css

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

 a { background-color: rgb(221,206,107); }

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

border-color css

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

 span { border-color: rgb(221,206,107); }

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