Html Css Color HEX #DFD412 Barberry

📋 copy color: '#DFD412'

red 223 ◦ green 212 ◦ blue 18

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

Shades of Barberry #DFD412

Tints of Barberry #DFD412

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.8%

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

R = 49.23%
G = 46.8%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DFD412 (or 0xDFD412) is known color: Barberry. HEX triplet: DF, D4 and 12. RGB value is (223,212,18). Sum of RGB (Red+Green+Blue) = 223+212+18=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 212 (83.20% from 255 or 46.80% from 453); Blue value is 18 (7.42% from 255 or 3.97% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD412 is #202BED. Grayscale: #C1C1C1. Windows color (decimal): -2108398 or 1234143. OLE color: 1234143.

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

Color convert

RGB 223 212 18 -
CMYK 0 0.05 0.92 0.13
HSL 56.78º 0.85% 0.47% -
HSV(B) 56.78º 0.92% 0.87% -
XYZ 54.08 62.82 9.85 -
YUV 193.17 29.14 149.27 -
System Red Green Blue C M Y K H S L
Decimal 223 212 18 0 0.05 0.92 0.13 56.78 0.85 0.47
Hex DF D4 12 0 5 5C D 39 55 2F
Octal 337 324 22 0 5 134 15 71 125 57
Binary 11011111 11010100 10010 0 101 1011100 1101 111001 1010101 101111

Color Harmonies of #DFD412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD412

Black with #DFD412

Text Example


Text Example

White with #DFD412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD412; }

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

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

background-color css

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

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

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

border-color css

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

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

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