Html Css Color HEX #DBCC24 Barberry

📋 copy color: '#DBCC24'

red 219 ◦ green 204 ◦ blue 36

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

Shades of Barberry #DBCC24

Tints of Barberry #DBCC24

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.44%

 BLUE value IS 36 (14.45% from 255) = 7.84%

R = 47.71%
G = 44.44%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DBCC24 (or 0xDBCC24) is known color: Barberry. HEX triplet: DB, CC and 24. RGB value is (219,204,36). Sum of RGB (Red+Green+Blue) = 219+204+36=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 36 (14.45% from 255 or 7.84% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCC24 is #2433DB. Grayscale: #BEBEBE. Windows color (decimal): -2372572 or 2411739. OLE color: 2411739.

HSL color Cylindrical-coordinate representation of color #DBCC24: hue angle of 55.08º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBCC24 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 204 36 -
CMYK 0 0.07 0.84 0.14
HSL 55.08º 0.72% 0.5% -
HSV(B) 55.08º 0.84% 0.86% -
XYZ 51.12 58.37 10.24 -
YUV 189.33 41.47 149.16 -
System Red Green Blue C M Y K H S L
Decimal 219 204 36 0 0.07 0.84 0.14 55.08 0.72 0.5
Hex DB CC 24 0 7 54 E 37 48 32
Octal 333 314 44 0 7 124 16 67 110 62
Binary 11011011 11001100 100100 0 111 1010100 1110 110111 1001000 110010

Color Harmonies of #DBCC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCC24

Black with #DBCC24

Text Example


Text Example

White with #DBCC24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCC24; }

 p { color: rgb(219,204,36); }

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

background-color css

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

 a { background-color: rgb(219,204,36); }

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

border-color css

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

 span { border-color: rgb(219,204,36); }

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