Html Css Color HEX #DCC498 Raffia

📋 copy color: '#DCC498'

red 220 ◦ green 196 ◦ blue 152

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

Shades of Raffia #DCC498

Tints of Raffia #DCC498

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.51%

 BLUE value IS 152 (59.77% from 255) = 26.76%

R = 38.73%
G = 34.51%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DCC498 (or 0xDCC498) is known color: Raffia. HEX triplet: DC, C4 and 98. RGB value is (220,196,152). Sum of RGB (Red+Green+Blue) = 220+196+152=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 196 (76.95% from 255 or 34.51% from 568); Blue value is 152 (59.77% from 255 or 26.76% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC498 is #233B67. Grayscale: #C6C6C6. Windows color (decimal): -2308968 or 10011868. OLE color: 10011868.

HSL color Cylindrical-coordinate representation of color #DCC498: hue angle of 38.82º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCC498 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 196 152 -
CMYK 0 0.11 0.31 0.14
HSL 38.82º 0.49% 0.73% -
HSV(B) 38.82º 0.31% 0.86% -
XYZ 54.92 56.96 37.81 -
YUV 198.16 101.95 143.58 -
System Red Green Blue C M Y K H S L
Decimal 220 196 152 0 0.11 0.31 0.14 38.82 0.49 0.73
Hex DC C4 98 0 B 1F E 27 31 49
Octal 334 304 230 0 13 37 16 47 61 111
Binary 11011100 11000100 10011000 0 1011 11111 1110 100111 110001 1001001

Color Harmonies of #DCC498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC498

Black with #DCC498

Text Example


Text Example

White with #DCC498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC498; }

 p { color: rgb(220,196,152); }

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

background-color css

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

 a { background-color: rgb(220,196,152); }

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

border-color css

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

 span { border-color: rgb(220,196,152); }

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