Html Css Color HEX #DBCC26 Barberry

📋 copy color: '#DBCC26'

red 219 ◦ green 204 ◦ blue 38

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

Shades of Barberry #DBCC26

Tints of Barberry #DBCC26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.24%

R = 47.51%
G = 44.25%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DBCC26 (or 0xDBCC26) is known color: Barberry. HEX triplet: DB, CC and 26. RGB value is (219,204,38). Sum of RGB (Red+Green+Blue) = 219+204+38=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 38 (15.23% from 255 or 8.24% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCC26 is #2433D9. Grayscale: #BEBEBE. Windows color (decimal): -2372570 or 2542811. OLE color: 2542811.

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

Color convert

RGB 219 204 38 -
CMYK 0 0.07 0.83 0.14
HSL 55.03º 0.72% 0.5% -
HSV(B) 55.03º 0.83% 0.86% -
XYZ 51.16 58.39 10.41 -
YUV 189.56 42.47 149 -
System Red Green Blue C M Y K H S L
Decimal 219 204 38 0 0.07 0.83 0.14 55.03 0.72 0.5
Hex DB CC 26 0 7 53 E 37 48 32
Octal 333 314 46 0 7 123 16 67 110 62
Binary 11011011 11001100 100110 0 111 1010011 1110 110111 1001000 110010

Color Harmonies of #DBCC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCC26

Black with #DBCC26

Text Example


Text Example

White with #DBCC26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCC26; }

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

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

background-color css

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

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

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

border-color css

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

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

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