Html Css Color HEX #DBCD1E Barberry

📋 copy color: '#DBCD1E'

red 219 ◦ green 205 ◦ blue 30

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

Shades of Barberry #DBCD1E

Tints of Barberry #DBCD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.61%

R = 48.24%
G = 45.15%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DBCD1E (or 0xDBCD1E) is known color: Barberry. HEX triplet: DB, CD and 1E. RGB value is (219,205,30). Sum of RGB (Red+Green+Blue) = 219+205+30=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 205 (80.47% from 255 or 45.15% from 454); Blue value is 30 (12.11% from 255 or 6.61% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCD1E is #2432E1. Grayscale: #BDBDBD. Windows color (decimal): -2372322 or 2018779. OLE color: 2018779.

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

Color convert

RGB 219 205 30 -
CMYK 0 0.06 0.86 0.14
HSL 55.56º 0.76% 0.49% -
HSV(B) 55.56º 0.86% 0.86% -
XYZ 51.28 58.82 9.88 -
YUV 189.24 38.14 149.23 -
System Red Green Blue C M Y K H S L
Decimal 219 205 30 0 0.06 0.86 0.14 55.56 0.76 0.49
Hex DB CD 1E 0 6 56 E 38 4C 31
Octal 333 315 36 0 6 126 16 70 114 61
Binary 11011011 11001101 11110 0 110 1010110 1110 111000 1001100 110001

Color Harmonies of #DBCD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCD1E

Black with #DBCD1E

Text Example


Text Example

White with #DBCD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCD1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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