Html Css Color HEX #D0D613 Barberry

📋 copy color: '#D0D613'

red 208 ◦ green 214 ◦ blue 19

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

Shades of Barberry #D0D613

Tints of Barberry #D0D613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.31%

R = 47.17%
G = 48.53%
B = 4.31%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D0D613 (or 0xD0D613) is known color: Barberry. HEX triplet: D0, D6 and 13. RGB value is (208,214,19). Sum of RGB (Red+Green+Blue) = 208+214+19=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 19 (7.81% from 255 or 4.31% from 441); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0D613 is #2F29EC. Grayscale: #BEBEBE. Windows color (decimal): -3090925 or 1300176. OLE color: 1300176.

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

Color convert

RGB 208 214 19 -
CMYK 0.03 0 0.91 0.16
HSL 61.85º 0.84% 0.46% -
HSV(B) 61.85º 0.91% 0.84% -
XYZ 50.18 61.55 9.85 -
YUV 189.98 31.51 140.86 -
System Red Green Blue C M Y K H S L
Decimal 208 214 19 0.03 0 0.91 0.16 61.85 0.84 0.46
Hex D0 D6 13 3 0 5B 10 3E 54 2E
Octal 320 326 23 3 0 133 20 76 124 56
Binary 11010000 11010110 10011 11 0 1011011 10000 111110 1010100 101110

Color Harmonies of #D0D613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D613

Black with #D0D613

Text Example


Text Example

White with #D0D613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D613; }

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

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

background-color css

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

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

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

border-color css

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

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

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