Html Css Color HEX #DFD31A Barberry

📋 copy color: '#DFD31A'

red 223 ◦ green 211 ◦ blue 26

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

Shades of Barberry #DFD31A

Tints of Barberry #DFD31A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.87%

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

R = 48.48%
G = 45.87%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DFD31A (or 0xDFD31A) is known color: Barberry. HEX triplet: DF, D3 and 1A. RGB value is (223,211,26). Sum of RGB (Red+Green+Blue) = 223+211+26=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 211 (82.81% from 255 or 45.87% from 460); Blue value is 26 (10.55% from 255 or 5.65% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD31A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD31A is #202CE5. Grayscale: #C2C2C2. Windows color (decimal): -2108646 or 1758175. OLE color: 1758175.

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

Color convert

RGB 223 211 26 -
CMYK 0 0.05 0.88 0.13
HSL 56.35º 0.79% 0.49% -
HSV(B) 56.35º 0.88% 0.87% -
XYZ 53.91 62.35 10.17 -
YUV 193.5 33.48 149.04 -
System Red Green Blue C M Y K H S L
Decimal 223 211 26 0 0.05 0.88 0.13 56.35 0.79 0.49
Hex DF D3 1A 0 5 58 D 38 4F 31
Octal 337 323 32 0 5 130 15 70 117 61
Binary 11011111 11010011 11010 0 101 1011000 1101 111000 1001111 110001

Color Harmonies of #DFD31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD31A

Black with #DFD31A

Text Example


Text Example

White with #DFD31A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD31A; }

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

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

background-color css

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

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

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

border-color css

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

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

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