Html Css Color HEX #D4CA1C Barberry

📋 copy color: '#D4CA1C'

red 212 ◦ green 202 ◦ blue 28

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

Shades of Barberry #D4CA1C

Tints of Barberry #D4CA1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.33%

R = 47.96%
G = 45.7%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D4CA1C (or 0xD4CA1C) is known color: Barberry. HEX triplet: D4, CA and 1C. RGB value is (212,202,28). Sum of RGB (Red+Green+Blue) = 212+202+28=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 28 (11.33% from 255 or 6.33% from 442); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CA1C is #2B35E3. Grayscale: #B9B9B9. Windows color (decimal): -2831844 or 1886932. OLE color: 1886932.

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

Color convert

RGB 212 202 28 -
CMYK 0 0.05 0.87 0.17
HSL 56.74º 0.77% 0.47% -
HSV(B) 56.74º 0.87% 0.83% -
XYZ 48.48 56.32 9.41 -
YUV 185.15 39.31 147.15 -
System Red Green Blue C M Y K H S L
Decimal 212 202 28 0 0.05 0.87 0.17 56.74 0.77 0.47
Hex D4 CA 1C 0 5 57 11 39 4D 2F
Octal 324 312 34 0 5 127 21 71 115 57
Binary 11010100 11001010 11100 0 101 1010111 10001 111001 1001101 101111

Color Harmonies of #D4CA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CA1C

Black with #D4CA1C

Text Example


Text Example

White with #D4CA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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