Html Css Color HEX #DBCD23 Barberry

📋 copy color: '#DBCD23'

red 219 ◦ green 205 ◦ blue 35

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

Shades of Barberry #DBCD23

Tints of Barberry #DBCD23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.63%

R = 47.71%
G = 44.66%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DBCD23 (or 0xDBCD23) is known color: Barberry. HEX triplet: DB, CD and 23. RGB value is (219,205,35). Sum of RGB (Red+Green+Blue) = 219+205+35=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 35 (14.06% from 255 or 7.63% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCD23 is #2432DC. Grayscale: #BEBEBE. Windows color (decimal): -2372317 or 2346459. OLE color: 2346459.

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

Color convert

RGB 219 205 35 -
CMYK 0 0.06 0.84 0.14
HSL 55.43º 0.72% 0.5% -
HSV(B) 55.43º 0.84% 0.86% -
XYZ 51.35 58.84 10.24 -
YUV 189.81 40.64 148.82 -
System Red Green Blue C M Y K H S L
Decimal 219 205 35 0 0.06 0.84 0.14 55.43 0.72 0.5
Hex DB CD 23 0 6 54 E 37 48 32
Octal 333 315 43 0 6 124 16 67 110 62
Binary 11011011 11001101 100011 0 110 1010100 1110 110111 1001000 110010

Color Harmonies of #DBCD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCD23

Black with #DBCD23

Text Example


Text Example

White with #DBCD23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCD23; }

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

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

background-color css

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

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

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

border-color css

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

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

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