Html Css Color HEX #DBCD2C Barberry

📋 copy color: '#DBCD2C'

red 219 ◦ green 205 ◦ blue 44

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

Shades of Barberry #DBCD2C

Tints of Barberry #DBCD2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.4%

R = 46.79%
G = 43.8%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DBCD2C (or 0xDBCD2C) is known color: Barberry. HEX triplet: DB, CD and 2C. RGB value is (219,205,44). Sum of RGB (Red+Green+Blue) = 219+205+44=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 44 (17.58% from 255 or 9.40% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCD2C is #2432D3. Grayscale: #BFBFBF. Windows color (decimal): -2372308 or 2936283. OLE color: 2936283.

HSL color Cylindrical-coordinate representation of color #DBCD2C: hue angle of 55.2º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBCD2C is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 205 44 -
CMYK 0 0.06 0.80 0.14
HSL 55.2º 0.71% 0.52% -
HSV(B) 55.2º 0.8% 0.86% -
XYZ 51.5 58.9 11.04 -
YUV 190.83 45.14 148.09 -
System Red Green Blue C M Y K H S L
Decimal 219 205 44 0 0.06 0.80 0.14 55.2 0.71 0.52
Hex DB CD 2C 0 6 50 E 37 47 34
Octal 333 315 54 0 6 120 16 67 107 64
Binary 11011011 11001101 101100 0 110 1010000 1110 110111 1000111 110100

Color Harmonies of #DBCD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCD2C

Black with #DBCD2C

Text Example


Text Example

White with #DBCD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCD2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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