Html Css Color HEX #DFCF3E Confetti

📋 copy color: '#DFCF3E'

red 223 ◦ green 207 ◦ blue 62

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

Shades of Confetti #DFCF3E

Tints of Confetti #DFCF3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.6%

R = 45.33%
G = 42.07%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DFCF3E (or 0xDFCF3E) is known color: Confetti. HEX triplet: DF, CF and 3E. RGB value is (223,207,62). Sum of RGB (Red+Green+Blue) = 223+207+62=492 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.33% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 62 (24.61% from 255 or 12.60% from 492); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCF3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCF3E is #2030C1. Grayscale: #C3C3C3. Windows color (decimal): -2109634 or 4116447. OLE color: 4116447.

HSL color Cylindrical-coordinate representation of color #DFCF3E: hue angle of 54.04º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DFCF3E is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 207 62 -
CMYK 0 0.07 0.72 0.13
HSL 54.04º 0.72% 0.56% -
HSV(B) 54.04º 0.72% 0.87% -
XYZ 53.61 60.66 13.44 -
YUV 195.25 52.8 147.79 -
System Red Green Blue C M Y K H S L
Decimal 223 207 62 0 0.07 0.72 0.13 54.04 0.72 0.56
Hex DF CF 3E 0 7 48 D 36 48 38
Octal 337 317 76 0 7 110 15 66 110 70
Binary 11011111 11001111 111110 0 111 1001000 1101 110110 1001000 111000

Color Harmonies of #DFCF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCF3E

Black with #DFCF3E

Text Example


Text Example

White with #DFCF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCF3E; }

 p { color: rgb(223,207,62); }

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

background-color css

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

 a { background-color: rgb(223,207,62); }

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

border-color css

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

 span { border-color: rgb(223,207,62); }

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