Html Css Color HEX #D4C948 Confetti

📋 copy color: '#D4C948'

red 212 ◦ green 201 ◦ blue 72

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

Shades of Confetti #D4C948

Tints of Confetti #D4C948

RGB

 RED value IS 212 (83.2% from 255) = 43.71%

 GREEN value IS 201 (78.91% from 255) = 41.44%

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

R = 43.71%
G = 41.44%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#D4C948 (or 0xD4C948) is known color: Confetti. HEX triplet: D4, C9 and 48. RGB value is (212,201,72). Sum of RGB (Red+Green+Blue) = 212+201+72=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 72 (28.52% from 255 or 14.85% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C948 is #2B36B7. Grayscale: #BEBEBE. Windows color (decimal): -2832056 or 4770260. OLE color: 4770260.

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

Color convert

RGB 212 201 72 -
CMYK 0 0.05 0.66 0.17
HSL 55.29º 0.62% 0.56% -
HSV(B) 55.29º 0.66% 0.83% -
XYZ 49.21 56.24 14.39 -
YUV 189.58 61.64 143.99 -
System Red Green Blue C M Y K H S L
Decimal 212 201 72 0 0.05 0.66 0.17 55.29 0.62 0.56
Hex D4 C9 48 0 5 42 11 37 3E 38
Octal 324 311 110 0 5 102 21 67 76 70
Binary 11010100 11001001 1001000 0 101 1000010 10001 110111 111110 111000

Color Harmonies of #D4C948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C948

Black with #D4C948

Text Example


Text Example

White with #D4C948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C948; }

 p { color: rgb(212,201,72); }

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

background-color css

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

 a { background-color: rgb(212,201,72); }

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

border-color css

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

 span { border-color: rgb(212,201,72); }

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