Html Css Color HEX #DCCC6B Wild Rice

📋 copy color: '#DCCC6B'

red 220 ◦ green 204 ◦ blue 107

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

Shades of Wild Rice #DCCC6B

Tints of Wild Rice #DCCC6B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.42%

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

R = 41.43%
G = 38.42%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DCCC6B (or 0xDCCC6B) is known color: Wild Rice. HEX triplet: DC, CC and 6B. RGB value is (220,204,107). Sum of RGB (Red+Green+Blue) = 220+204+107=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 204 (80.08% from 255 or 38.42% from 531); Blue value is 107 (42.19% from 255 or 20.15% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC6B is #233394. Grayscale: #C6C6C6. Windows color (decimal): -2306965 or 7064796. OLE color: 7064796.

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

Color convert

RGB 220 204 107 -
CMYK 0 0.07 0.51 0.14
HSL 51.5º 0.62% 0.64% -
HSV(B) 51.5º 0.51% 0.86% -
XYZ 53.76 59.46 22.55 -
YUV 197.73 76.8 143.89 -
System Red Green Blue C M Y K H S L
Decimal 220 204 107 0 0.07 0.51 0.14 51.5 0.62 0.64
Hex DC CC 6B 0 7 33 E 34 3E 40
Octal 334 314 153 0 7 63 16 64 76 100
Binary 11011100 11001100 1101011 0 111 110011 1110 110100 111110 1000000

Color Harmonies of #DCCC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC6B

Black with #DCCC6B

Text Example


Text Example

White with #DCCC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC6B; }

 p { color: rgb(220,204,107); }

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

background-color css

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

 a { background-color: rgb(220,204,107); }

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

border-color css

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

 span { border-color: rgb(220,204,107); }

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