Html Css Color HEX #DFDB12 Barberry

📋 copy color: '#DFDB12'

red 223 ◦ green 219 ◦ blue 18

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

Shades of Barberry #DFDB12

Tints of Barberry #DFDB12

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.61%

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

R = 48.48%
G = 47.61%
B = 3.91%

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

#DFDB12 (or 0xDFDB12) is known color: Barberry. HEX triplet: DF, DB and 12. RGB value is (223,219,18). Sum of RGB (Red+Green+Blue) = 223+219+18=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 18 (7.42% from 255 or 3.91% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDB12 is #2024ED. Grayscale: #C6C6C6. Windows color (decimal): -2106606 or 1235935. OLE color: 1235935.

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

Color convert

RGB 223 219 18 -
CMYK 0 0.02 0.92 0.13
HSL 58.83º 0.85% 0.47% -
HSV(B) 58.83º 0.92% 0.87% -
XYZ 55.87 66.39 10.44 -
YUV 197.28 26.83 146.34 -
System Red Green Blue C M Y K H S L
Decimal 223 219 18 0 0.02 0.92 0.13 58.83 0.85 0.47
Hex DF DB 12 0 2 5C D 3B 55 2F
Octal 337 333 22 0 2 134 15 73 125 57
Binary 11011111 11011011 10010 0 10 1011100 1101 111011 1010101 101111

Color Harmonies of #DFDB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDB12

Black with #DFDB12

Text Example


Text Example

White with #DFDB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDB12; }

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

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

background-color css

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

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

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

border-color css

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

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

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