Html Css Color HEX #DFD61C Barberry

📋 copy color: '#DFD61C'

red 223 ◦ green 214 ◦ blue 28

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

Shades of Barberry #DFD61C

Tints of Barberry #DFD61C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.02%

 BLUE value IS 28 (11.33% from 255) = 6.02%

R = 47.96%
G = 46.02%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DFD61C (or 0xDFD61C) is known color: Barberry. HEX triplet: DF, D6 and 1C. RGB value is (223,214,28). Sum of RGB (Red+Green+Blue) = 223+214+28=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 28 (11.33% from 255 or 6.02% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD61C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD61C is #2029E3. Grayscale: #C4C4C4. Windows color (decimal): -2107876 or 1890015. OLE color: 1890015.

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

Color convert

RGB 223 214 28 -
CMYK 0 0.04 0.87 0.13
HSL 57.23º 0.78% 0.49% -
HSV(B) 57.23º 0.87% 0.87% -
XYZ 54.69 63.86 10.54 -
YUV 195.49 33.48 147.62 -
System Red Green Blue C M Y K H S L
Decimal 223 214 28 0 0.04 0.87 0.13 57.23 0.78 0.49
Hex DF D6 1C 0 4 57 D 39 4E 31
Octal 337 326 34 0 4 127 15 71 116 61
Binary 11011111 11010110 11100 0 100 1010111 1101 111001 1001110 110001

Color Harmonies of #DFD61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD61C

Black with #DFD61C

Text Example


Text Example

White with #DFD61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD61C; }

 p { color: rgb(223,214,28); }

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

background-color css

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

 a { background-color: rgb(223,214,28); }

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

border-color css

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

 span { border-color: rgb(223,214,28); }

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