Html Css Color HEX #DFDC1A Barberry

📋 copy color: '#DFDC1A'

red 223 ◦ green 220 ◦ blue 26

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

Shades of Barberry #DFDC1A

Tints of Barberry #DFDC1A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.91%

 BLUE value IS 26 (10.55% from 255) = 5.54%

R = 47.55%
G = 46.91%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DFDC1A (or 0xDFDC1A) is known color: Barberry. HEX triplet: DF, DC and 1A. RGB value is (223,220,26). Sum of RGB (Red+Green+Blue) = 223+220+26=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 26 (10.55% from 255 or 5.54% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFDC1A is #2023E5. Grayscale: #C7C7C7. Windows color (decimal): -2106342 or 1760479. OLE color: 1760479.

HSL color Cylindrical-coordinate representation of color #DFDC1A: hue angle of 59.09º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DFDC1A is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 220 26 -
CMYK 0 0.01 0.88 0.13
HSL 59.09º 0.79% 0.49% -
HSV(B) 59.09º 0.88% 0.87% -
XYZ 56.21 66.95 10.94 -
YUV 198.78 30.49 145.27 -
System Red Green Blue C M Y K H S L
Decimal 223 220 26 0 0.01 0.88 0.13 59.09 0.79 0.49
Hex DF DC 1A 0 1 58 D 3B 4F 31
Octal 337 334 32 0 1 130 15 73 117 61
Binary 11011111 11011100 11010 0 1 1011000 1101 111011 1001111 110001

Color Harmonies of #DFDC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDC1A

Black with #DFDC1A

Text Example


Text Example

White with #DFDC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDC1A; }

 p { color: rgb(223,220,26); }

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

background-color css

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

 a { background-color: rgb(223,220,26); }

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

border-color css

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

 span { border-color: rgb(223,220,26); }

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