Html Css Color HEX #DFCD4B Confetti

📋 copy color: '#DFCD4B'

red 223 ◦ green 205 ◦ blue 75

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

Shades of Confetti #DFCD4B

Tints of Confetti #DFCD4B

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.76%

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

R = 44.33%
G = 40.76%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DFCD4B (or 0xDFCD4B) is known color: Confetti. HEX triplet: DF, CD and 4B. RGB value is (223,205,75). Sum of RGB (Red+Green+Blue) = 223+205+75=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 75 (29.69% from 255 or 14.91% from 503); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFCD4B is #2032B4. Grayscale: #C4C4C4. Windows color (decimal): -2110133 or 4967903. OLE color: 4967903.

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

Color convert

RGB 223 205 75 -
CMYK 0 0.08 0.66 0.13
HSL 52.7º 0.7% 0.58% -
HSV(B) 52.7º 0.66% 0.87% -
XYZ 53.53 59.86 15.39 -
YUV 195.56 59.96 147.57 -
System Red Green Blue C M Y K H S L
Decimal 223 205 75 0 0.08 0.66 0.13 52.7 0.7 0.58
Hex DF CD 4B 0 8 42 D 35 46 3A
Octal 337 315 113 0 10 102 15 65 106 72
Binary 11011111 11001101 1001011 0 1000 1000010 1101 110101 1000110 111010

Color Harmonies of #DFCD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCD4B

Black with #DFCD4B

Text Example


Text Example

White with #DFCD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCD4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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