Html Css Color HEX #D3CA1B Barberry

📋 copy color: '#D3CA1B'

red 211 ◦ green 202 ◦ blue 27

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

Shades of Barberry #D3CA1B

Tints of Barberry #D3CA1B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.91%

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

R = 47.95%
G = 45.91%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D3CA1B (or 0xD3CA1B) is known color: Barberry. HEX triplet: D3, CA and 1B. RGB value is (211,202,27). Sum of RGB (Red+Green+Blue) = 211+202+27=440 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.95% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 27 (10.94% from 255 or 6.14% from 440); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CA1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3CA1B is #2C35E4. Grayscale: #B9B9B9. Windows color (decimal): -2897381 or 1821395. OLE color: 1821395.

HSL color Cylindrical-coordinate representation of color #D3CA1B: hue angle of 57.07º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D3CA1B is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 202 27 -
CMYK 0 0.04 0.87 0.17
HSL 57.07º 0.77% 0.47% -
HSV(B) 57.07º 0.87% 0.83% -
XYZ 48.18 56.17 9.34 -
YUV 184.74 38.98 146.73 -
System Red Green Blue C M Y K H S L
Decimal 211 202 27 0 0.04 0.87 0.17 57.07 0.77 0.47
Hex D3 CA 1B 0 4 57 11 39 4D 2F
Octal 323 312 33 0 4 127 21 71 115 57
Binary 11010011 11001010 11011 0 100 1010111 10001 111001 1001101 101111

Color Harmonies of #D3CA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3CA1B

Black with #D3CA1B

Text Example


Text Example

White with #D3CA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3CA1B; }

 p { color: rgb(211,202,27); }

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

background-color css

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

 a { background-color: rgb(211,202,27); }

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

border-color css

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

 span { border-color: rgb(211,202,27); }

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