Html Css Color HEX #D5CA19 Barberry

📋 copy color: '#D5CA19'

red 213 ◦ green 202 ◦ blue 25

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

Shades of Barberry #D5CA19

Tints of Barberry #D5CA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.68%

R = 48.41%
G = 45.91%
B = 5.68%

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

#D5CA19 (or 0xD5CA19) is known color: Barberry. HEX triplet: D5, CA and 19. RGB value is (213,202,25). Sum of RGB (Red+Green+Blue) = 213+202+25=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 25 (10.16% from 255 or 5.68% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5CA19 is #2A35E6. Grayscale: #B9B9B9. Windows color (decimal): -2766311 or 1690325. OLE color: 1690325.

HSL color Cylindrical-coordinate representation of color #D5CA19: hue angle of 56.49º degrees, saturation: 0.79, 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 #D5CA19 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 202 25 -
CMYK 0 0.05 0.88 0.16
HSL 56.49º 0.79% 0.47% -
HSV(B) 56.49º 0.88% 0.84% -
XYZ 48.74 56.46 9.25 -
YUV 185.11 37.64 147.89 -
System Red Green Blue C M Y K H S L
Decimal 213 202 25 0 0.05 0.88 0.16 56.49 0.79 0.47
Hex D5 CA 19 0 5 58 10 38 4F 2F
Octal 325 312 31 0 5 130 20 70 117 57
Binary 11010101 11001010 11001 0 101 1011000 10000 111000 1001111 101111

Color Harmonies of #D5CA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5CA19

Black with #D5CA19

Text Example


Text Example

White with #D5CA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5CA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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