Html Css Color HEX #D0C51C Barberry

📋 copy color: '#D0C51C'

red 208 ◦ green 197 ◦ blue 28

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

Shades of Barberry #D0C51C

Tints of Barberry #D0C51C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.47%

R = 48.04%
G = 45.5%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D0C51C (or 0xD0C51C) is known color: Barberry. HEX triplet: D0, C5 and 1C. RGB value is (208,197,28). Sum of RGB (Red+Green+Blue) = 208+197+28=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 28 (11.33% from 255 or 6.47% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C51C is #2F3AE3. Grayscale: #B5B5B5. Windows color (decimal): -3095268 or 1885648. OLE color: 1885648.

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

Color convert

RGB 208 197 28 -
CMYK 0 0.05 0.87 0.18
HSL 56.33º 0.76% 0.46% -
HSV(B) 56.33º 0.87% 0.82% -
XYZ 46.19 53.43 8.98 -
YUV 181.02 41.64 147.24 -
System Red Green Blue C M Y K H S L
Decimal 208 197 28 0 0.05 0.87 0.18 56.33 0.76 0.46
Hex D0 C5 1C 0 5 57 12 38 4C 2E
Octal 320 305 34 0 5 127 22 70 114 56
Binary 11010000 11000101 11100 0 101 1010111 10010 111000 1001100 101110

Color Harmonies of #D0C51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C51C

Black with #D0C51C

Text Example


Text Example

White with #D0C51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C51C; }

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

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

background-color css

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

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

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

border-color css

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

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

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