Html Css Color HEX #DBD415 Barberry

📋 copy color: '#DBD415'

red 219 ◦ green 212 ◦ blue 21

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

Shades of Barberry #DBD415

Tints of Barberry #DBD415

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.9%

 BLUE value IS 21 (8.59% from 255) = 4.65%

R = 48.45%
G = 46.9%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DBD415 (or 0xDBD415) is known color: Barberry. HEX triplet: DB, D4 and 15. RGB value is (219,212,21). Sum of RGB (Red+Green+Blue) = 219+212+21=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 212 (83.20% from 255 or 46.90% from 452); Blue value is 21 (8.59% from 255 or 4.65% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD415 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DBD415 is #242BEA. Grayscale: #C1C1C1. Windows color (decimal): -2370539 or 1430747. OLE color: 1430747.

HSL color Cylindrical-coordinate representation of color #DBD415: hue angle of 57.88º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBD415 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 212 21 -
CMYK 0 0.03 0.90 0.14
HSL 57.88º 0.83% 0.47% -
HSV(B) 57.88º 0.9% 0.86% -
XYZ 52.89 62.2 9.93 -
YUV 192.32 31.32 147.03 -
System Red Green Blue C M Y K H S L
Decimal 219 212 21 0 0.03 0.90 0.14 57.88 0.83 0.47
Hex DB D4 15 0 3 5A E 3A 52 2F
Octal 333 324 25 0 3 132 16 72 122 57
Binary 11011011 11010100 10101 0 11 1011010 1110 111010 1010010 101111

Color Harmonies of #DBD415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD415

Black with #DBD415

Text Example


Text Example

White with #DBD415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD415; }

 p { color: rgb(219,212,21); }

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

background-color css

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

 a { background-color: rgb(219,212,21); }

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

border-color css

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

 span { border-color: rgb(219,212,21); }

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