Html Css Color HEX #DFBD3E Confetti

📋 copy color: '#DFBD3E'

red 223 ◦ green 189 ◦ blue 62

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

Shades of Confetti #DFBD3E

Tints of Confetti #DFBD3E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.87%

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

R = 47.05%
G = 39.87%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DFBD3E (or 0xDFBD3E) is known color: Confetti. HEX triplet: DF, BD and 3E. RGB value is (223,189,62). Sum of RGB (Red+Green+Blue) = 223+189+62=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 62 (24.61% from 255 or 13.08% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBD3E is #2042C1. Grayscale: #B9B9B9. Windows color (decimal): -2114242 or 4111839. OLE color: 4111839.

HSL color Cylindrical-coordinate representation of color #DFBD3E: hue angle of 47.33º 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 #DFBD3E is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 189 62 -
CMYK 0 0.15 0.72 0.13
HSL 47.33º 0.72% 0.56% -
HSV(B) 47.33º 0.72% 0.87% -
XYZ 49.5 52.43 12.07 -
YUV 184.69 58.76 155.33 -
System Red Green Blue C M Y K H S L
Decimal 223 189 62 0 0.15 0.72 0.13 47.33 0.72 0.56
Hex DF BD 3E 0 F 48 D 2F 48 38
Octal 337 275 76 0 17 110 15 57 110 70
Binary 11011111 10111101 111110 0 1111 1001000 1101 101111 1001000 111000

Color Harmonies of #DFBD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBD3E

Black with #DFBD3E

Text Example


Text Example

White with #DFBD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBD3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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