Html Css Color HEX #D0C51E Barberry

📋 copy color: '#D0C51E'

red 208 ◦ green 197 ◦ blue 30

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

Shades of Barberry #D0C51E

Tints of Barberry #D0C51E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.29%

 BLUE value IS 30 (12.11% from 255) = 6.9%

R = 47.82%
G = 45.29%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0C51E (or 0xD0C51E) is known color: Barberry. HEX triplet: D0, C5 and 1E. RGB value is (208,197,30). Sum of RGB (Red+Green+Blue) = 208+197+30=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 197 (77.34% from 255 or 45.29% from 435); Blue value is 30 (12.11% from 255 or 6.90% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C51E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C51E is #2F3AE1. Grayscale: #B5B5B5. Windows color (decimal): -3095266 or 2016720. OLE color: 2016720.

HSL color Cylindrical-coordinate representation of color #D0C51E: hue angle of 56.29º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0C51E is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 197 30 -
CMYK 0 0.05 0.86 0.18
HSL 56.29º 0.75% 0.47% -
HSV(B) 56.29º 0.86% 0.82% -
XYZ 46.21 53.44 9.11 -
YUV 181.25 42.64 147.08 -
System Red Green Blue C M Y K H S L
Decimal 208 197 30 0 0.05 0.86 0.18 56.29 0.75 0.47
Hex D0 C5 1E 0 5 56 12 38 4B 2F
Octal 320 305 36 0 5 126 22 70 113 57
Binary 11010000 11000101 11110 0 101 1010110 10010 111000 1001011 101111

Color Harmonies of #D0C51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C51E

Black with #D0C51E

Text Example


Text Example

White with #D0C51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C51E; }

 p { color: rgb(208,197,30); }

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

background-color css

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

 a { background-color: rgb(208,197,30); }

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

border-color css

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

 span { border-color: rgb(208,197,30); }

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