Html Css Color HEX #DCCF72 Wild Rice

📋 copy color: '#DCCF72'

red 220 ◦ green 207 ◦ blue 114

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

Shades of Wild Rice #DCCF72

Tints of Wild Rice #DCCF72

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.26%

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

R = 40.67%
G = 38.26%
B = 21.07%

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

#DCCF72 (or 0xDCCF72) is known color: Wild Rice. HEX triplet: DC, CF and 72. RGB value is (220,207,114). Sum of RGB (Red+Green+Blue) = 220+207+114=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 114 (44.92% from 255 or 21.07% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCF72 is #23308D. Grayscale: #C8C8C8. Windows color (decimal): -2306190 or 7524316. OLE color: 7524316.

HSL color Cylindrical-coordinate representation of color #DCCF72: hue angle of 52.64º 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 #DCCF72 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 207 114 -
CMYK 0 0.06 0.48 0.14
HSL 52.64º 0.6% 0.65% -
HSV(B) 52.64º 0.48% 0.86% -
XYZ 54.87 61.06 24.81 -
YUV 200.29 79.31 142.06 -
System Red Green Blue C M Y K H S L
Decimal 220 207 114 0 0.06 0.48 0.14 52.64 0.6 0.65
Hex DC CF 72 0 6 30 E 35 3C 41
Octal 334 317 162 0 6 60 16 65 74 101
Binary 11011100 11001111 1110010 0 110 110000 1110 110101 111100 1000001

Color Harmonies of #DCCF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCF72

Black with #DCCF72

Text Example


Text Example

White with #DCCF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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