Html Css Color HEX #DCCE68 Wild Rice

📋 copy color: '#DCCE68'

red 220 ◦ green 206 ◦ blue 104

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

Shades of Wild Rice #DCCE68

Tints of Wild Rice #DCCE68

RGB

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

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

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

R = 41.51%
G = 38.87%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DCCE68 (or 0xDCCE68) is known color: Wild Rice. HEX triplet: DC, CE and 68. RGB value is (220,206,104). Sum of RGB (Red+Green+Blue) = 220+206+104=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 104 (41.02% from 255 or 19.62% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCE68 is #233197. Grayscale: #C6C6C6. Windows color (decimal): -2306456 or 6868700. OLE color: 6868700.

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

Color convert

RGB 220 206 104 -
CMYK 0 0.06 0.53 0.14
HSL 52.76º 0.62% 0.64% -
HSV(B) 52.76º 0.53% 0.86% -
XYZ 54.09 60.36 21.9 -
YUV 198.56 74.64 143.29 -
System Red Green Blue C M Y K H S L
Decimal 220 206 104 0 0.06 0.53 0.14 52.76 0.62 0.64
Hex DC CE 68 0 6 35 E 35 3E 40
Octal 334 316 150 0 6 65 16 65 76 100
Binary 11011100 11001110 1101000 0 110 110101 1110 110101 111110 1000000

Color Harmonies of #DCCE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCE68

Black with #DCCE68

Text Example


Text Example

White with #DCCE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCE68; }

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

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

background-color css

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

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

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

border-color css

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

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

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