Html Css Color HEX #DCCE66 Wild Rice

📋 copy color: '#DCCE66'

red 220 ◦ green 206 ◦ blue 102

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

Shades of Wild Rice #DCCE66

Tints of Wild Rice #DCCE66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.32%

R = 41.67%
G = 39.02%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DCCE66 (or 0xDCCE66) is known color: Wild Rice. HEX triplet: DC, CE and 66. RGB value is (220,206,102). Sum of RGB (Red+Green+Blue) = 220+206+102=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 102 (40.23% from 255 or 19.32% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCE66 is #233199. Grayscale: #C6C6C6. Windows color (decimal): -2306458 or 6737628. OLE color: 6737628.

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

Color convert

RGB 220 206 102 -
CMYK 0 0.06 0.54 0.14
HSL 52.88º 0.63% 0.63% -
HSV(B) 52.88º 0.54% 0.86% -
XYZ 53.98 60.32 21.37 -
YUV 198.33 73.64 143.46 -
System Red Green Blue C M Y K H S L
Decimal 220 206 102 0 0.06 0.54 0.14 52.88 0.63 0.63
Hex DC CE 66 0 6 36 E 35 3F 3F
Octal 334 316 146 0 6 66 16 65 77 77
Binary 11011100 11001110 1100110 0 110 110110 1110 110101 111111 111111

Color Harmonies of #DCCE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCE66

Black with #DCCE66

Text Example


Text Example

White with #DCCE66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCE66; }

 p { color: rgb(220,206,102); }

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

background-color css

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

 a { background-color: rgb(220,206,102); }

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

border-color css

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

 span { border-color: rgb(220,206,102); }

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