Html Css Color HEX #DBCF23 Barberry

📋 copy color: '#DBCF23'

red 219 ◦ green 207 ◦ blue 35

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

Shades of Barberry #DBCF23

Tints of Barberry #DBCF23

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.9%

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

R = 47.51%
G = 44.9%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DBCF23 (or 0xDBCF23) is known color: Barberry. HEX triplet: DB, CF and 23. RGB value is (219,207,35). Sum of RGB (Red+Green+Blue) = 219+207+35=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 35 (14.06% from 255 or 7.59% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCF23 is #2430DC. Grayscale: #BFBFBF. Windows color (decimal): -2371805 or 2346971. OLE color: 2346971.

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

Color convert

RGB 219 207 35 -
CMYK 0 0.05 0.84 0.14
HSL 56.09º 0.72% 0.5% -
HSV(B) 56.09º 0.84% 0.86% -
XYZ 51.83 59.81 10.4 -
YUV 190.98 39.98 147.99 -
System Red Green Blue C M Y K H S L
Decimal 219 207 35 0 0.05 0.84 0.14 56.09 0.72 0.5
Hex DB CF 23 0 5 54 E 38 48 32
Octal 333 317 43 0 5 124 16 70 110 62
Binary 11011011 11001111 100011 0 101 1010100 1110 111000 1001000 110010

Color Harmonies of #DBCF23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCF23

Black with #DBCF23

Text Example


Text Example

White with #DBCF23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCF23; }

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

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

background-color css

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

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

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

border-color css

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

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

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