Html Css Color HEX #DBCA1C Barberry

📋 copy color: '#DBCA1C'

red 219 ◦ green 202 ◦ blue 28

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

Shades of Barberry #DBCA1C

Tints of Barberry #DBCA1C

RGB

 RED value IS 219 (85.94% from 255) = 48.78%

 GREEN value IS 202 (79.3% from 255) = 44.99%

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

R = 48.78%
G = 44.99%
B = 6.24%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DBCA1C (or 0xDBCA1C) is known color: Barberry. HEX triplet: DB, CA and 1C. RGB value is (219,202,28). Sum of RGB (Red+Green+Blue) = 219+202+28=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 28 (11.33% from 255 or 6.24% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCA1C is #2435E3. Grayscale: #BBBBBB. Windows color (decimal): -2373092 or 1886939. OLE color: 1886939.

HSL color Cylindrical-coordinate representation of color #DBCA1C: hue angle of 54.66º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DBCA1C is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 202 28 -
CMYK 0 0.08 0.87 0.14
HSL 54.66º 0.77% 0.48% -
HSV(B) 54.66º 0.87% 0.86% -
XYZ 50.54 57.38 9.51 -
YUV 187.25 38.13 150.65 -
System Red Green Blue C M Y K H S L
Decimal 219 202 28 0 0.08 0.87 0.14 54.66 0.77 0.48
Hex DB CA 1C 0 8 57 E 37 4D 30
Octal 333 312 34 0 10 127 16 67 115 60
Binary 11011011 11001010 11100 0 1000 1010111 1110 110111 1001101 110000

Color Harmonies of #DBCA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCA1C

Black with #DBCA1C

Text Example


Text Example

White with #DBCA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCA1C; }

 p { color: rgb(219,202,28); }

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

background-color css

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

 a { background-color: rgb(219,202,28); }

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

border-color css

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

 span { border-color: rgb(219,202,28); }

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