Html Css Color HEX #DFD80F Barberry

📋 copy color: '#DFD80F'

red 223 ◦ green 216 ◦ blue 15

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

Shades of Barberry #DFD80F

Tints of Barberry #DFD80F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.3%

R = 49.12%
G = 47.58%
B = 3.3%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DFD80F (or 0xDFD80F) is known color: Barberry. HEX triplet: DF, D8 and 0F. RGB value is (223,216,15). Sum of RGB (Red+Green+Blue) = 223+216+15=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 216 (84.77% from 255 or 47.58% from 454); Blue value is 15 (6.25% from 255 or 3.30% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD80F is #2027F0. Grayscale: #C3C3C3. Windows color (decimal): -2107377 or 1038559. OLE color: 1038559.

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

Color convert

RGB 223 216 15 -
CMYK 0 0.03 0.93 0.13
HSL 57.98º 0.87% 0.47% -
HSV(B) 57.98º 0.93% 0.87% -
XYZ 55.07 64.83 10.06 -
YUV 195.18 26.32 147.84 -
System Red Green Blue C M Y K H S L
Decimal 223 216 15 0 0.03 0.93 0.13 57.98 0.87 0.47
Hex DF D8 F 0 3 5D D 3A 57 2F
Octal 337 330 17 0 3 135 15 72 127 57
Binary 11011111 11011000 1111 0 11 1011101 1101 111010 1010111 101111

Color Harmonies of #DFD80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD80F

Black with #DFD80F

Text Example


Text Example

White with #DFD80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD80F; }

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

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

background-color css

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

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

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

border-color css

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

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

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