Html Css Color HEX #DFC54B Confetti

📋 copy color: '#DFC54B'

red 223 ◦ green 197 ◦ blue 75

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

Shades of Confetti #DFC54B

Tints of Confetti #DFC54B

RGB

 RED value IS 223 (87.5% from 255) = 45.05%

 GREEN value IS 197 (77.34% from 255) = 39.8%

 BLUE value IS 75 (29.69% from 255) = 15.15%

R = 45.05%
G = 39.8%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DFC54B (or 0xDFC54B) is known color: Confetti. HEX triplet: DF, C5 and 4B. RGB value is (223,197,75). Sum of RGB (Red+Green+Blue) = 223+197+75=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 197 (77.34% from 255 or 39.80% from 495); Blue value is 75 (29.69% from 255 or 15.15% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFC54B is #203AB4. Grayscale: #BFBFBF. Windows color (decimal): -2112181 or 4965855. OLE color: 4965855.

HSL color Cylindrical-coordinate representation of color #DFC54B: hue angle of 49.46º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DFC54B is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 197 75 -
CMYK 0 0.12 0.66 0.13
HSL 49.46º 0.7% 0.58% -
HSV(B) 49.46º 0.66% 0.87% -
XYZ 51.67 56.13 14.77 -
YUV 190.87 62.61 150.92 -
System Red Green Blue C M Y K H S L
Decimal 223 197 75 0 0.12 0.66 0.13 49.46 0.7 0.58
Hex DF C5 4B 0 C 42 D 31 46 3A
Octal 337 305 113 0 14 102 15 61 106 72
Binary 11011111 11000101 1001011 0 1100 1000010 1101 110001 1000110 111010

Color Harmonies of #DFC54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC54B

Black with #DFC54B

Text Example


Text Example

White with #DFC54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC54B; }

 p { color: rgb(223,197,75); }

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

background-color css

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

 a { background-color: rgb(223,197,75); }

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

border-color css

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

 span { border-color: rgb(223,197,75); }

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