Html Css Color HEX #D4CA19 Barberry

📋 copy color: '#D4CA19'

red 212 ◦ green 202 ◦ blue 25

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

Shades of Barberry #D4CA19

Tints of Barberry #D4CA19

RGB

 RED value IS 212 (83.2% from 255) = 48.29%

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

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

R = 48.29%
G = 46.01%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D4CA19 (or 0xD4CA19) is known color: Barberry. HEX triplet: D4, CA and 19. RGB value is (212,202,25). Sum of RGB (Red+Green+Blue) = 212+202+25=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 25 (10.16% from 255 or 5.69% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CA19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4CA19 is #2B35E6. Grayscale: #B9B9B9. Windows color (decimal): -2831847 or 1690324. OLE color: 1690324.

HSL color Cylindrical-coordinate representation of color #D4CA19: hue angle of 56.79º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D4CA19 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 202 25 -
CMYK 0 0.05 0.88 0.17
HSL 56.79º 0.79% 0.46% -
HSV(B) 56.79º 0.88% 0.83% -
XYZ 48.45 56.31 9.23 -
YUV 184.81 37.81 147.39 -
System Red Green Blue C M Y K H S L
Decimal 212 202 25 0 0.05 0.88 0.17 56.79 0.79 0.46
Hex D4 CA 19 0 5 58 11 39 4F 2E
Octal 324 312 31 0 5 130 21 71 117 56
Binary 11010100 11001010 11001 0 101 1011000 10001 111001 1001111 101110

Color Harmonies of #D4CA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CA19

Black with #D4CA19

Text Example


Text Example

White with #D4CA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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