Html Css Color HEX #DBCD25 Barberry

📋 copy color: '#DBCD25'

red 219 ◦ green 205 ◦ blue 37

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

Shades of Barberry #DBCD25

Tints of Barberry #DBCD25

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.47%

 BLUE value IS 37 (14.84% from 255) = 8.03%

R = 47.51%
G = 44.47%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DBCD25 (or 0xDBCD25) is known color: Barberry. HEX triplet: DB, CD and 25. RGB value is (219,205,37). Sum of RGB (Red+Green+Blue) = 219+205+37=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 205 (80.47% from 255 or 44.47% from 461); Blue value is 37 (14.84% from 255 or 8.03% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCD25 is #2432DA. Grayscale: #BEBEBE. Windows color (decimal): -2372315 or 2477531. OLE color: 2477531.

HSL color Cylindrical-coordinate representation of color #DBCD25: hue angle of 55.38º 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 #DBCD25 is Cyan = 0, Magento = 0.06, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 205 37 -
CMYK 0 0.06 0.83 0.14
HSL 55.38º 0.72% 0.5% -
HSV(B) 55.38º 0.83% 0.86% -
XYZ 51.38 58.86 10.4 -
YUV 190.03 41.64 148.66 -
System Red Green Blue C M Y K H S L
Decimal 219 205 37 0 0.06 0.83 0.14 55.38 0.72 0.5
Hex DB CD 25 0 6 53 E 37 48 32
Octal 333 315 45 0 6 123 16 67 110 62
Binary 11011011 11001101 100101 0 110 1010011 1110 110111 1001000 110010

Color Harmonies of #DBCD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCD25

Black with #DBCD25

Text Example


Text Example

White with #DBCD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCD25; }

 p { color: rgb(219,205,37); }

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

background-color css

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

 a { background-color: rgb(219,205,37); }

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

border-color css

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

 span { border-color: rgb(219,205,37); }

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