Html Css Color HEX #D0D714 Barberry

📋 copy color: '#D0D714'

red 208 ◦ green 215 ◦ blue 20

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

Shades of Barberry #D0D714

Tints of Barberry #D0D714

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.53%

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

R = 46.95%
G = 48.53%
B = 4.51%

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

#D0D714 (or 0xD0D714) is known color: Barberry. HEX triplet: D0, D7 and 14. RGB value is (208,215,20). Sum of RGB (Red+Green+Blue) = 208+215+20=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 215 (84.38% from 255 or 48.53% from 443); Blue value is 20 (8.20% from 255 or 4.51% from 443); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D714 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0D714 is #2F28EB. Grayscale: #BFBFBF. Windows color (decimal): -3090668 or 1365968. OLE color: 1365968.

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

Color convert

RGB 208 215 20 -
CMYK 0.03 0 0.91 0.16
HSL 62.15º 0.83% 0.46% -
HSV(B) 62.15º 0.91% 0.84% -
XYZ 50.44 62.06 9.98 -
YUV 190.68 31.68 140.36 -
System Red Green Blue C M Y K H S L
Decimal 208 215 20 0.03 0 0.91 0.16 62.15 0.83 0.46
Hex D0 D7 14 3 0 5B 10 3E 53 2E
Octal 320 327 24 3 0 133 20 76 123 56
Binary 11010000 11010111 10100 11 0 1011011 10000 111110 1010011 101110

Color Harmonies of #D0D714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D714

Black with #D0D714

Text Example


Text Example

White with #D0D714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D714; }

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

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

background-color css

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

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

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

border-color css

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

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

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