Html Css Color HEX #DFD90B Barberry

📋 copy color: '#DFD90B'

red 223 ◦ green 217 ◦ blue 11

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

Shades of Barberry #DFD90B

Tints of Barberry #DFD90B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.12%

 BLUE value IS 11 (4.69% from 255) = 2.44%

R = 49.45%
G = 48.12%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DFD90B (or 0xDFD90B) is known color: Barberry. HEX triplet: DF, D9 and 0B. RGB value is (223,217,11). Sum of RGB (Red+Green+Blue) = 223+217+11=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 217 (85.16% from 255 or 48.12% from 451); Blue value is 11 (4.69% from 255 or 2.44% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD90B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD90B is #2026F4. Grayscale: #C4C4C4. Windows color (decimal): -2107125 or 776671. OLE color: 776671.

HSL color Cylindrical-coordinate representation of color #DFD90B: hue angle of 58.3º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DFD90B is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 217 11 -
CMYK 0 0.03 0.95 0.13
HSL 58.3º 0.91% 0.46% -
HSV(B) 58.3º 0.95% 0.87% -
XYZ 55.3 65.34 10.01 -
YUV 195.31 23.99 147.75 -
System Red Green Blue C M Y K H S L
Decimal 223 217 11 0 0.03 0.95 0.13 58.3 0.91 0.46
Hex DF D9 B 0 3 5F D 3A 5B 2E
Octal 337 331 13 0 3 137 15 72 133 56
Binary 11011111 11011001 1011 0 11 1011111 1101 111010 1011011 101110

Color Harmonies of #DFD90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFD90B

Black with #DFD90B

Text Example


Text Example

White with #DFD90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFD90B; }

 p { color: rgb(223,217,11); }

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

background-color css

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

 a { background-color: rgb(223,217,11); }

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

border-color css

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

 span { border-color: rgb(223,217,11); }

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