Html Css Color HEX #D0C61C Barberry

📋 copy color: '#D0C61C'

red 208 ◦ green 198 ◦ blue 28

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

Shades of Barberry #D0C61C

Tints of Barberry #D0C61C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.62%

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

R = 47.93%
G = 45.62%
B = 6.45%

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

#D0C61C (or 0xD0C61C) is known color: Barberry. HEX triplet: D0, C6 and 1C. RGB value is (208,198,28). Sum of RGB (Red+Green+Blue) = 208+198+28=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 198 (77.73% from 255 or 45.62% from 434); Blue value is 28 (11.33% from 255 or 6.45% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C61C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C61C is #2F39E3. Grayscale: #B6B6B6. Windows color (decimal): -3095012 or 1885904. OLE color: 1885904.

HSL color Cylindrical-coordinate representation of color #D0C61C: hue angle of 56.67º 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 #D0C61C is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 198 28 -
CMYK 0 0.05 0.87 0.18
HSL 56.67º 0.76% 0.46% -
HSV(B) 56.67º 0.87% 0.82% -
XYZ 46.42 53.88 9.05 -
YUV 181.61 41.31 146.82 -
System Red Green Blue C M Y K H S L
Decimal 208 198 28 0 0.05 0.87 0.18 56.67 0.76 0.46
Hex D0 C6 1C 0 5 57 12 39 4C 2E
Octal 320 306 34 0 5 127 22 71 114 56
Binary 11010000 11000110 11100 0 101 1010111 10010 111001 1001100 101110

Color Harmonies of #D0C61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C61C

Black with #D0C61C

Text Example


Text Example

White with #D0C61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C61C; }

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

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

background-color css

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

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

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

border-color css

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

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

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