Html Css Color HEX #D0C61B Barberry

📋 copy color: '#D0C61B'

red 208 ◦ green 198 ◦ blue 27

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

Shades of Barberry #D0C61B

Tints of Barberry #D0C61B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.24%

R = 48.04%
G = 45.73%
B = 6.24%

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

#D0C61B (or 0xD0C61B) is known color: Barberry. HEX triplet: D0, C6 and 1B. RGB value is (208,198,27). Sum of RGB (Red+Green+Blue) = 208+198+27=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 198 (77.73% from 255 or 45.73% from 433); Blue value is 27 (10.94% from 255 or 6.24% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C61B is #2F39E4. Grayscale: #B6B6B6. Windows color (decimal): -3095013 or 1820368. OLE color: 1820368.

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

Color convert

RGB 208 198 27 -
CMYK 0 0.05 0.87 0.18
HSL 56.69º 0.77% 0.46% -
HSV(B) 56.69º 0.87% 0.82% -
XYZ 46.4 53.88 8.99 -
YUV 181.5 40.81 146.9 -
System Red Green Blue C M Y K H S L
Decimal 208 198 27 0 0.05 0.87 0.18 56.69 0.77 0.46
Hex D0 C6 1B 0 5 57 12 39 4D 2E
Octal 320 306 33 0 5 127 22 71 115 56
Binary 11010000 11000110 11011 0 101 1010111 10010 111001 1001101 101110

Color Harmonies of #D0C61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C61B

Black with #D0C61B

Text Example


Text Example

White with #D0C61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C61B; }

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

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

background-color css

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

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

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

border-color css

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

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

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