Html Css Color HEX #D2CA24 Barberry

📋 copy color: '#D2CA24'

red 210 ◦ green 202 ◦ blue 36

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

Shades of Barberry #D2CA24

Tints of Barberry #D2CA24

RGB

 RED value IS 210 (82.42% from 255) = 46.88%

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

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

R = 46.88%
G = 45.09%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D2CA24 (or 0xD2CA24) is known color: Barberry. HEX triplet: D2, CA and 24. RGB value is (210,202,36). Sum of RGB (Red+Green+Blue) = 210+202+36=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 36 (14.45% from 255 or 8.04% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CA24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CA24 is #2D35DB. Grayscale: #BABABA. Windows color (decimal): -2962908 or 2411218. OLE color: 2411218.

HSL color Cylindrical-coordinate representation of color #D2CA24: hue angle of 57.24º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D2CA24 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 202 36 -
CMYK 0 0.04 0.83 0.18
HSL 57.24º 0.71% 0.48% -
HSV(B) 57.24º 0.83% 0.82% -
XYZ 48.02 56.07 9.96 -
YUV 185.47 43.65 145.5 -
System Red Green Blue C M Y K H S L
Decimal 210 202 36 0 0.04 0.83 0.18 57.24 0.71 0.48
Hex D2 CA 24 0 4 53 12 39 47 30
Octal 322 312 44 0 4 123 22 71 107 60
Binary 11010010 11001010 100100 0 100 1010011 10010 111001 1000111 110000

Color Harmonies of #D2CA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CA24

Black with #D2CA24

Text Example


Text Example

White with #D2CA24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CA24; }

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

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

background-color css

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

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

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

border-color css

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

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

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