Html Css Color HEX #DCCE73 Wild Rice

📋 copy color: '#DCCE73'

red 220 ◦ green 206 ◦ blue 115

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

Shades of Wild Rice #DCCE73

Tints of Wild Rice #DCCE73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.26%

R = 40.67%
G = 38.08%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DCCE73 (or 0xDCCE73) is known color: Wild Rice. HEX triplet: DC, CE and 73. RGB value is (220,206,115). Sum of RGB (Red+Green+Blue) = 220+206+115=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 115 (45.31% from 255 or 21.26% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCE73 is #23318C. Grayscale: #C8C8C8. Windows color (decimal): -2306445 or 7589596. OLE color: 7589596.

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

Color convert

RGB 220 206 115 -
CMYK 0 0.06 0.48 0.14
HSL 52º 0.6% 0.66% -
HSV(B) 52º 0.48% 0.86% -
XYZ 54.68 60.6 25.03 -
YUV 199.81 80.14 142.4 -
System Red Green Blue C M Y K H S L
Decimal 220 206 115 0 0.06 0.48 0.14 52 0.6 0.66
Hex DC CE 73 0 6 30 E 34 3C 42
Octal 334 316 163 0 6 60 16 64 74 102
Binary 11011100 11001110 1110011 0 110 110000 1110 110100 111100 1000010

Color Harmonies of #DCCE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCE73

Black with #DCCE73

Text Example


Text Example

White with #DCCE73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCE73; }

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

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

background-color css

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

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

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

border-color css

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

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

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