Html Css Color HEX #DFD320 Barberry

📋 copy color: '#DFD320'

red 223 ◦ green 211 ◦ blue 32

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

Shades of Barberry #DFD320

Tints of Barberry #DFD320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.87%

R = 47.85%
G = 45.28%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DFD320 (or 0xDFD320) is known color: Barberry. HEX triplet: DF, D3 and 20. RGB value is (223,211,32). Sum of RGB (Red+Green+Blue) = 223+211+32=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 211 (82.81% from 255 or 45.28% from 466); Blue value is 32 (12.89% from 255 or 6.87% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD320 is #202CDF. Grayscale: #C2C2C2. Windows color (decimal): -2108640 or 2151391. OLE color: 2151391.

HSL color Cylindrical-coordinate representation of color #DFD320: hue angle of 56.23º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFD320 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 211 32 -
CMYK 0 0.05 0.86 0.13
HSL 56.23º 0.75% 0.5% -
HSV(B) 56.23º 0.86% 0.87% -
XYZ 53.99 62.38 10.56 -
YUV 194.18 36.48 148.55 -
System Red Green Blue C M Y K H S L
Decimal 223 211 32 0 0.05 0.86 0.13 56.23 0.75 0.5
Hex DF D3 20 0 5 56 D 38 4B 32
Octal 337 323 40 0 5 126 15 70 113 62
Binary 11011111 11010011 100000 0 101 1010110 1101 111000 1001011 110010

Color Harmonies of #DFD320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD320

Black with #DFD320

Text Example


Text Example

White with #DFD320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD320; }

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

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

background-color css

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

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

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

border-color css

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

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

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