Html Css Color HEX #D3C027 Barberry

📋 copy color: '#D3C027'

red 211 ◦ green 192 ◦ blue 39

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

Shades of Barberry #D3C027

Tints of Barberry #D3C027

RGB

 RED value IS 211 (82.81% from 255) = 47.74%

 GREEN value IS 192 (75.39% from 255) = 43.44%

 BLUE value IS 39 (15.63% from 255) = 8.82%

R = 47.74%
G = 43.44%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D3C027 (or 0xD3C027) is known color: Barberry. HEX triplet: D3, C0 and 27. RGB value is (211,192,39). Sum of RGB (Red+Green+Blue) = 211+192+39=442 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.74% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 39 (15.62% from 255 or 8.82% from 442); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C027 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C027 is #2C3FD8. Grayscale: #B4B4B4. Windows color (decimal): -2899929 or 2605267. OLE color: 2605267.

HSL color Cylindrical-coordinate representation of color #D3C027: hue angle of 53.37º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D3C027 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 192 39 -
CMYK 0 0.09 0.82 0.17
HSL 53.37º 0.69% 0.49% -
HSV(B) 53.37º 0.82% 0.83% -
XYZ 46.08 51.69 9.47 -
YUV 180.24 48.29 149.94 -
System Red Green Blue C M Y K H S L
Decimal 211 192 39 0 0.09 0.82 0.17 53.37 0.69 0.49
Hex D3 C0 27 0 9 52 11 35 45 31
Octal 323 300 47 0 11 122 21 65 105 61
Binary 11010011 11000000 100111 0 1001 1010010 10001 110101 1000101 110001

Color Harmonies of #D3C027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C027

Black with #D3C027

Text Example


Text Example

White with #D3C027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C027; }

 p { color: rgb(211,192,39); }

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

background-color css

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

 a { background-color: rgb(211,192,39); }

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

border-color css

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

 span { border-color: rgb(211,192,39); }

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