Html Css Color HEX #D0D619 Barberry

📋 copy color: '#D0D619'

red 208 ◦ green 214 ◦ blue 25

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

Shades of Barberry #D0D619

Tints of Barberry #D0D619

RGB

 RED value IS 208 (81.64% from 255) = 46.53%

 GREEN value IS 214 (83.98% from 255) = 47.87%

 BLUE value IS 25 (10.16% from 255) = 5.59%

R = 46.53%
G = 47.87%
B = 5.59%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D0D619 (or 0xD0D619) is known color: Barberry. HEX triplet: D0, D6 and 19. RGB value is (208,214,25). Sum of RGB (Red+Green+Blue) = 208+214+25=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 25 (10.16% from 255 or 5.59% from 447); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0D619 is #2F29E6. Grayscale: #BFBFBF. Windows color (decimal): -3090919 or 1693392. OLE color: 1693392.

HSL color Cylindrical-coordinate representation of color #D0D619: hue angle of 61.9º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0D619 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 214 25 -
CMYK 0.03 0 0.88 0.16
HSL 61.9º 0.79% 0.47% -
HSV(B) 61.9º 0.88% 0.84% -
XYZ 50.23 61.57 10.16 -
YUV 190.66 34.51 140.37 -
System Red Green Blue C M Y K H S L
Decimal 208 214 25 0.03 0 0.88 0.16 61.9 0.79 0.47
Hex D0 D6 19 3 0 58 10 3E 4F 2F
Octal 320 326 31 3 0 130 20 76 117 57
Binary 11010000 11010110 11001 11 0 1011000 10000 111110 1001111 101111

Color Harmonies of #D0D619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D619

Black with #D0D619

Text Example


Text Example

White with #D0D619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D619; }

 p { color: rgb(208,214,25); }

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

background-color css

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

 a { background-color: rgb(208,214,25); }

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

border-color css

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

 span { border-color: rgb(208,214,25); }

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