Html Css Color HEX #DCCE6A Wild Rice

📋 copy color: '#DCCE6A'

red 220 ◦ green 206 ◦ blue 106

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

Shades of Wild Rice #DCCE6A

Tints of Wild Rice #DCCE6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.92%

R = 41.35%
G = 38.72%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DCCE6A (or 0xDCCE6A) is known color: Wild Rice. HEX triplet: DC, CE and 6A. RGB value is (220,206,106). Sum of RGB (Red+Green+Blue) = 220+206+106=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 106 (41.80% from 255 or 19.92% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCE6A is #233195. Grayscale: #C7C7C7. Windows color (decimal): -2306454 or 6999772. OLE color: 6999772.

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

Color convert

RGB 220 206 106 -
CMYK 0 0.06 0.52 0.14
HSL 52.63º 0.62% 0.64% -
HSV(B) 52.63º 0.52% 0.86% -
XYZ 54.19 60.4 22.44 -
YUV 198.79 75.64 143.13 -
System Red Green Blue C M Y K H S L
Decimal 220 206 106 0 0.06 0.52 0.14 52.63 0.62 0.64
Hex DC CE 6A 0 6 34 E 35 3E 40
Octal 334 316 152 0 6 64 16 65 76 100
Binary 11011100 11001110 1101010 0 110 110100 1110 110101 111110 1000000

Color Harmonies of #DCCE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCE6A

Black with #DCCE6A

Text Example


Text Example

White with #DCCE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCE6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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