Html Css Color HEX #D3C148 Confetti

📋 copy color: '#D3C148'

red 211 ◦ green 193 ◦ blue 72

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

Shades of Confetti #D3C148

Tints of Confetti #D3C148

RGB

 RED value IS 211 (82.81% from 255) = 44.33%

 GREEN value IS 193 (75.78% from 255) = 40.55%

 BLUE value IS 72 (28.52% from 255) = 15.13%

R = 44.33%
G = 40.55%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D3C148 (or 0xD3C148) is known color: Confetti. HEX triplet: D3, C1 and 48. RGB value is (211,193,72). Sum of RGB (Red+Green+Blue) = 211+193+72=476 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.33% from 476); Green value is 193 (75.78% from 255 or 40.55% from 476); Blue value is 72 (28.52% from 255 or 15.13% from 476); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C148 is #2C3EB7. Grayscale: #B9B9B9. Windows color (decimal): -2899640 or 4768211. OLE color: 4768211.

HSL color Cylindrical-coordinate representation of color #D3C148: hue angle of 52.23º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D3C148 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 193 72 -
CMYK 0 0.09 0.66 0.17
HSL 52.23º 0.61% 0.55% -
HSV(B) 52.23º 0.66% 0.83% -
XYZ 47.1 52.46 13.77 -
YUV 184.59 64.46 146.84 -
System Red Green Blue C M Y K H S L
Decimal 211 193 72 0 0.09 0.66 0.17 52.23 0.61 0.55
Hex D3 C1 48 0 9 42 11 34 3D 37
Octal 323 301 110 0 11 102 21 64 75 67
Binary 11010011 11000001 1001000 0 1001 1000010 10001 110100 111101 110111

Color Harmonies of #D3C148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C148

Black with #D3C148

Text Example


Text Example

White with #D3C148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C148; }

 p { color: rgb(211,193,72); }

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

background-color css

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

 a { background-color: rgb(211,193,72); }

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

border-color css

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

 span { border-color: rgb(211,193,72); }

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