Html Css Color HEX #DFD712 Barberry

📋 copy color: '#DFD712'

red 223 ◦ green 215 ◦ blue 18

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

Shades of Barberry #DFD712

Tints of Barberry #DFD712

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.15%

 BLUE value IS 18 (7.42% from 255) = 3.95%

R = 48.9%
G = 47.15%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DFD712 (or 0xDFD712) is known color: Barberry. HEX triplet: DF, D7 and 12. RGB value is (223,215,18). Sum of RGB (Red+Green+Blue) = 223+215+18=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 215 (84.38% from 255 or 47.15% from 456); Blue value is 18 (7.42% from 255 or 3.95% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD712 is #2028ED. Grayscale: #C3C3C3. Windows color (decimal): -2107630 or 1234911. OLE color: 1234911.

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

Color convert

RGB 223 215 18 -
CMYK 0 0.04 0.92 0.13
HSL 57.66º 0.85% 0.47% -
HSV(B) 57.66º 0.92% 0.87% -
XYZ 54.84 64.33 10.1 -
YUV 194.93 28.15 148.02 -
System Red Green Blue C M Y K H S L
Decimal 223 215 18 0 0.04 0.92 0.13 57.66 0.85 0.47
Hex DF D7 12 0 4 5C D 3A 55 2F
Octal 337 327 22 0 4 134 15 72 125 57
Binary 11011111 11010111 10010 0 100 1011100 1101 111010 1010101 101111

Color Harmonies of #DFD712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD712

Black with #DFD712

Text Example


Text Example

White with #DFD712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD712; }

 p { color: rgb(223,215,18); }

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

background-color css

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

 a { background-color: rgb(223,215,18); }

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

border-color css

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

 span { border-color: rgb(223,215,18); }

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