Html Css Color HEX #D0D514 Barberry

📋 copy color: '#D0D514'

red 208 ◦ green 213 ◦ blue 20

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

Shades of Barberry #D0D514

Tints of Barberry #D0D514

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.3%

 BLUE value IS 20 (8.2% from 255) = 4.54%

R = 47.17%
G = 48.3%
B = 4.54%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D0D514 (or 0xD0D514) is known color: Barberry. HEX triplet: D0, D5 and 14. RGB value is (208,213,20). Sum of RGB (Red+Green+Blue) = 208+213+20=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 213 (83.59% from 255 or 48.30% from 441); Blue value is 20 (8.20% from 255 or 4.54% from 441); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0D514 is #2F2AEB. Grayscale: #BEBEBE. Windows color (decimal): -3091180 or 1365456. OLE color: 1365456.

HSL color Cylindrical-coordinate representation of color #D0D514: hue angle of 61.55º degrees, saturation: 0.83, 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 #D0D514 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 213 20 -
CMYK 0.02 0 0.91 0.16
HSL 61.55º 0.83% 0.46% -
HSV(B) 61.55º 0.91% 0.84% -
XYZ 49.93 61.05 9.81 -
YUV 189.5 32.34 141.19 -
System Red Green Blue C M Y K H S L
Decimal 208 213 20 0.02 0 0.91 0.16 61.55 0.83 0.46
Hex D0 D5 14 2 0 5B 10 3E 53 2E
Octal 320 325 24 2 0 133 20 76 123 56
Binary 11010000 11010101 10100 10 0 1011011 10000 111110 1010011 101110

Color Harmonies of #D0D514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D514

Black with #D0D514

Text Example


Text Example

White with #D0D514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D514; }

 p { color: rgb(208,213,20); }

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

background-color css

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

 a { background-color: rgb(208,213,20); }

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

border-color css

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

 span { border-color: rgb(208,213,20); }

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