Html Css Color HEX #D5CA1A Barberry

📋 copy color: '#D5CA1A'

red 213 ◦ green 202 ◦ blue 26

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

Shades of Barberry #D5CA1A

Tints of Barberry #D5CA1A

RGB

 RED value IS 213 (83.59% from 255) = 48.3%

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

 BLUE value IS 26 (10.55% from 255) = 5.9%

R = 48.3%
G = 45.8%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5CA1A (or 0xD5CA1A) is known color: Barberry. HEX triplet: D5, CA and 1A. RGB value is (213,202,26). Sum of RGB (Red+Green+Blue) = 213+202+26=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 26 (10.55% from 255 or 5.90% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CA1A is #2A35E5. Grayscale: #B9B9B9. Windows color (decimal): -2766310 or 1755861. OLE color: 1755861.

HSL color Cylindrical-coordinate representation of color #D5CA1A: hue angle of 56.47º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5CA1A is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 202 26 -
CMYK 0 0.05 0.88 0.16
HSL 56.47º 0.78% 0.47% -
HSV(B) 56.47º 0.88% 0.84% -
XYZ 48.75 56.46 9.31 -
YUV 185.23 38.14 147.81 -
System Red Green Blue C M Y K H S L
Decimal 213 202 26 0 0.05 0.88 0.16 56.47 0.78 0.47
Hex D5 CA 1A 0 5 58 10 38 4E 2F
Octal 325 312 32 0 5 130 20 70 116 57
Binary 11010101 11001010 11010 0 101 1011000 10000 111000 1001110 101111

Color Harmonies of #D5CA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CA1A

Black with #D5CA1A

Text Example


Text Example

White with #D5CA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CA1A; }

 p { color: rgb(213,202,26); }

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

background-color css

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

 a { background-color: rgb(213,202,26); }

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

border-color css

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

 span { border-color: rgb(213,202,26); }

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