Html Css Color HEX #DFD80D Barberry

📋 copy color: '#DFD80D'

red 223 ◦ green 216 ◦ blue 13

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

Shades of Barberry #DFD80D

Tints of Barberry #DFD80D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.79%

 BLUE value IS 13 (5.47% from 255) = 2.88%

R = 49.34%
G = 47.79%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DFD80D (or 0xDFD80D) is known color: Barberry. HEX triplet: DF, D8 and 0D. RGB value is (223,216,13). Sum of RGB (Red+Green+Blue) = 223+216+13=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 216 (84.77% from 255 or 47.79% from 452); Blue value is 13 (5.47% from 255 or 2.88% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD80D is #2027F2. Grayscale: #C3C3C3. Windows color (decimal): -2107379 or 907487. OLE color: 907487.

HSL color Cylindrical-coordinate representation of color #DFD80D: hue angle of 58º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DFD80D is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 216 13 -
CMYK 0 0.03 0.94 0.13
HSL 58º 0.89% 0.46% -
HSV(B) 58º 0.94% 0.87% -
XYZ 55.06 64.83 9.99 -
YUV 194.95 25.32 148.01 -
System Red Green Blue C M Y K H S L
Decimal 223 216 13 0 0.03 0.94 0.13 58 0.89 0.46
Hex DF D8 D 0 3 5E D 3A 59 2E
Octal 337 330 15 0 3 136 15 72 131 56
Binary 11011111 11011000 1101 0 11 1011110 1101 111010 1011001 101110

Color Harmonies of #DFD80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD80D

Black with #DFD80D

Text Example


Text Example

White with #DFD80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD80D; }

 p { color: rgb(223,216,13); }

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

background-color css

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

 a { background-color: rgb(223,216,13); }

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

border-color css

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

 span { border-color: rgb(223,216,13); }

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