Html Css Color HEX #DFDB0C Barberry

📋 copy color: '#DFDB0C'

red 223 ◦ green 219 ◦ blue 12

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

Shades of Barberry #DFDB0C

Tints of Barberry #DFDB0C

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.24%

 BLUE value IS 12 (5.08% from 255) = 2.64%

R = 49.12%
G = 48.24%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DFDB0C (or 0xDFDB0C) is known color: Barberry. HEX triplet: DF, DB and 0C. RGB value is (223,219,12). Sum of RGB (Red+Green+Blue) = 223+219+12=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 219 (85.94% from 255 or 48.24% from 454); Blue value is 12 (5.08% from 255 or 2.64% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDB0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDB0C is #2024F3. Grayscale: #C5C5C5. Windows color (decimal): -2106612 or 842719. OLE color: 842719.

HSL color Cylindrical-coordinate representation of color #DFDB0C: hue angle of 58.86º degrees, saturation: 0.9, 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 #DFDB0C is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 219 12 -
CMYK 0 0.02 0.95 0.13
HSL 58.86º 0.9% 0.46% -
HSV(B) 58.86º 0.95% 0.87% -
XYZ 55.83 66.38 10.22 -
YUV 196.6 23.83 146.83 -
System Red Green Blue C M Y K H S L
Decimal 223 219 12 0 0.02 0.95 0.13 58.86 0.9 0.46
Hex DF DB C 0 2 5F D 3B 5A 2E
Octal 337 333 14 0 2 137 15 73 132 56
Binary 11011111 11011011 1100 0 10 1011111 1101 111011 1011010 101110

Color Harmonies of #DFDB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDB0C

Black with #DFDB0C

Text Example


Text Example

White with #DFDB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDB0C; }

 p { color: rgb(223,219,12); }

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

background-color css

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

 a { background-color: rgb(223,219,12); }

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

border-color css

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

 span { border-color: rgb(223,219,12); }

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