Html Css Color HEX #DFDA12 Barberry

📋 copy color: '#DFDA12'

red 223 ◦ green 218 ◦ blue 18

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

Shades of Barberry #DFDA12

Tints of Barberry #DFDA12

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.49%

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

R = 48.58%
G = 47.49%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DFDA12 (or 0xDFDA12) is known color: Barberry. HEX triplet: DF, DA and 12. RGB value is (223,218,18). Sum of RGB (Red+Green+Blue) = 223+218+18=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 18 (7.42% from 255 or 3.92% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDA12 is #2025ED. Grayscale: #C5C5C5. Windows color (decimal): -2106862 or 1235679. OLE color: 1235679.

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

Color convert

RGB 223 218 18 -
CMYK 0 0.02 0.92 0.13
HSL 58.54º 0.85% 0.47% -
HSV(B) 58.54º 0.92% 0.87% -
XYZ 55.61 65.87 10.36 -
YUV 196.7 27.16 146.76 -
System Red Green Blue C M Y K H S L
Decimal 223 218 18 0 0.02 0.92 0.13 58.54 0.85 0.47
Hex DF DA 12 0 2 5C D 3B 55 2F
Octal 337 332 22 0 2 134 15 73 125 57
Binary 11011111 11011010 10010 0 10 1011100 1101 111011 1010101 101111

Color Harmonies of #DFDA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDA12

Black with #DFDA12

Text Example


Text Example

White with #DFDA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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