Html Css Color HEX #D4CA1A Barberry

📋 copy color: '#D4CA1A'

red 212 ◦ green 202 ◦ blue 26

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

Shades of Barberry #D4CA1A

Tints of Barberry #D4CA1A

RGB

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

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

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

R = 48.18%
G = 45.91%
B = 5.91%

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

#D4CA1A (or 0xD4CA1A) is known color: Barberry. HEX triplet: D4, CA and 1A. RGB value is (212,202,26). Sum of RGB (Red+Green+Blue) = 212+202+26=440 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.18% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 26 (10.55% from 255 or 5.91% from 440); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CA1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CA1A is #2B35E5. Grayscale: #B9B9B9. Windows color (decimal): -2831846 or 1755860. OLE color: 1755860.

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

Color convert

RGB 212 202 26 -
CMYK 0 0.05 0.88 0.17
HSL 56.77º 0.78% 0.47% -
HSV(B) 56.77º 0.88% 0.83% -
XYZ 48.46 56.31 9.29 -
YUV 184.93 38.31 147.31 -
System Red Green Blue C M Y K H S L
Decimal 212 202 26 0 0.05 0.88 0.17 56.77 0.78 0.47
Hex D4 CA 1A 0 5 58 11 39 4E 2F
Octal 324 312 32 0 5 130 21 71 116 57
Binary 11010100 11001010 11010 0 101 1011000 10001 111001 1001110 101111

Color Harmonies of #D4CA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CA1A

Black with #D4CA1A

Text Example


Text Example

White with #D4CA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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