Html Css Color HEX #DFDA0C Barberry

📋 copy color: '#DFDA0C'

red 223 ◦ green 218 ◦ blue 12

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

Shades of Barberry #DFDA0C

Tints of Barberry #DFDA0C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.12%

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

R = 49.23%
G = 48.12%
B = 2.65%

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

#DFDA0C (or 0xDFDA0C) is known color: Barberry. HEX triplet: DF, DA and 0C. RGB value is (223,218,12). Sum of RGB (Red+Green+Blue) = 223+218+12=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 218 (85.55% from 255 or 48.12% from 453); Blue value is 12 (5.08% from 255 or 2.65% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDA0C is #2025F3. Grayscale: #C4C4C4. Windows color (decimal): -2106868 or 842463. OLE color: 842463.

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

Color convert

RGB 223 218 12 -
CMYK 0 0.02 0.95 0.13
HSL 58.58º 0.9% 0.46% -
HSV(B) 58.58º 0.95% 0.87% -
XYZ 55.57 65.86 10.13 -
YUV 196.01 24.16 147.25 -
System Red Green Blue C M Y K H S L
Decimal 223 218 12 0 0.02 0.95 0.13 58.58 0.9 0.46
Hex DF DA C 0 2 5F D 3B 5A 2E
Octal 337 332 14 0 2 137 15 73 132 56
Binary 11011111 11011010 1100 0 10 1011111 1101 111011 1011010 101110

Color Harmonies of #DFDA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFDA0C

Black with #DFDA0C

Text Example


Text Example

White with #DFDA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFDA0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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