Html Css Color HEX #DCCE72 Wild Rice

📋 copy color: '#DCCE72'

red 220 ◦ green 206 ◦ blue 114

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

Shades of Wild Rice #DCCE72

Tints of Wild Rice #DCCE72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.11%

R = 40.74%
G = 38.15%
B = 21.11%

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

#DCCE72 (or 0xDCCE72) is known color: Wild Rice. HEX triplet: DC, CE and 72. RGB value is (220,206,114). Sum of RGB (Red+Green+Blue) = 220+206+114=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 206 (80.86% from 255 or 38.15% from 540); Blue value is 114 (44.92% from 255 or 21.11% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCE72 is #23318D. Grayscale: #C8C8C8. Windows color (decimal): -2306446 or 7524060. OLE color: 7524060.

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

Color convert

RGB 220 206 114 -
CMYK 0 0.06 0.48 0.14
HSL 52.08º 0.6% 0.65% -
HSV(B) 52.08º 0.48% 0.86% -
XYZ 54.62 60.57 24.73 -
YUV 199.7 79.64 142.48 -
System Red Green Blue C M Y K H S L
Decimal 220 206 114 0 0.06 0.48 0.14 52.08 0.6 0.65
Hex DC CE 72 0 6 30 E 34 3C 41
Octal 334 316 162 0 6 60 16 64 74 101
Binary 11011100 11001110 1110010 0 110 110000 1110 110100 111100 1000001

Color Harmonies of #DCCE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCE72

Black with #DCCE72

Text Example


Text Example

White with #DCCE72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCE72; }

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

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

background-color css

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

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

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

border-color css

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

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

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