Html Css Color HEX #D5CA24 Barberry

📋 copy color: '#D5CA24'

red 213 ◦ green 202 ◦ blue 36

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

Shades of Barberry #D5CA24

Tints of Barberry #D5CA24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.98%

R = 47.23%
G = 44.79%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D5CA24 (or 0xD5CA24) is known color: Barberry. HEX triplet: D5, CA and 24. RGB value is (213,202,36). Sum of RGB (Red+Green+Blue) = 213+202+36=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 36 (14.45% from 255 or 7.98% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CA24 is #2A35DB. Grayscale: #BBBBBB. Windows color (decimal): -2766300 or 2411221. OLE color: 2411221.

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

Color convert

RGB 213 202 36 -
CMYK 0 0.05 0.83 0.16
HSL 56.27º 0.71% 0.49% -
HSV(B) 56.27º 0.83% 0.84% -
XYZ 48.88 56.51 10 -
YUV 186.37 43.14 147 -
System Red Green Blue C M Y K H S L
Decimal 213 202 36 0 0.05 0.83 0.16 56.27 0.71 0.49
Hex D5 CA 24 0 5 53 10 38 47 31
Octal 325 312 44 0 5 123 20 70 107 61
Binary 11010101 11001010 100100 0 101 1010011 10000 111000 1000111 110001

Color Harmonies of #D5CA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CA24

Black with #D5CA24

Text Example


Text Example

White with #D5CA24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CA24; }

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

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

background-color css

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

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

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

border-color css

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

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

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