Html Css Color HEX #DFD61E Barberry

📋 copy color: '#DFD61E'

red 223 ◦ green 214 ◦ blue 30

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

Shades of Barberry #DFD61E

Tints of Barberry #DFD61E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.42%

R = 47.75%
G = 45.82%
B = 6.42%

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

#DFD61E (or 0xDFD61E) is known color: Barberry. HEX triplet: DF, D6 and 1E. RGB value is (223,214,30). Sum of RGB (Red+Green+Blue) = 223+214+30=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 30 (12.11% from 255 or 6.42% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD61E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFD61E is #2029E1. Grayscale: #C4C4C4. Windows color (decimal): -2107874 or 2021087. OLE color: 2021087.

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

Color convert

RGB 223 214 30 -
CMYK 0 0.04 0.87 0.13
HSL 57.2º 0.76% 0.5% -
HSV(B) 57.2º 0.87% 0.87% -
XYZ 54.71 63.87 10.67 -
YUV 195.72 34.48 147.46 -
System Red Green Blue C M Y K H S L
Decimal 223 214 30 0 0.04 0.87 0.13 57.2 0.76 0.5
Hex DF D6 1E 0 4 57 D 39 4C 32
Octal 337 326 36 0 4 127 15 71 114 62
Binary 11011111 11010110 11110 0 100 1010111 1101 111001 1001100 110010

Color Harmonies of #DFD61E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD61E

Black with #DFD61E

Text Example


Text Example

White with #DFD61E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD61E; }

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

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

background-color css

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

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

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

border-color css

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

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

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