Html Css Color HEX #D4C41F Barberry

📋 copy color: '#D4C41F'

red 212 ◦ green 196 ◦ blue 31

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

Shades of Barberry #D4C41F

Tints of Barberry #D4C41F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.65%

 BLUE value IS 31 (12.5% from 255) = 7.06%

R = 48.29%
G = 44.65%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D4C41F (or 0xD4C41F) is known color: Barberry. HEX triplet: D4, C4 and 1F. RGB value is (212,196,31). Sum of RGB (Red+Green+Blue) = 212+196+31=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 196 (76.95% from 255 or 44.65% from 439); Blue value is 31 (12.5% from 255 or 7.06% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C41F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C41F is #2B3BE0. Grayscale: #B6B6B6. Windows color (decimal): -2833377 or 2082004. OLE color: 2082004.

HSL color Cylindrical-coordinate representation of color #D4C41F: hue angle of 54.7º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D4C41F is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 196 31 -
CMYK 0 0.08 0.85 0.17
HSL 54.7º 0.74% 0.48% -
HSV(B) 54.7º 0.85% 0.83% -
XYZ 47.14 53.58 9.15 -
YUV 181.97 42.8 149.42 -
System Red Green Blue C M Y K H S L
Decimal 212 196 31 0 0.08 0.85 0.17 54.7 0.74 0.48
Hex D4 C4 1F 0 8 55 11 37 4A 30
Octal 324 304 37 0 10 125 21 67 112 60
Binary 11010100 11000100 11111 0 1000 1010101 10001 110111 1001010 110000

Color Harmonies of #D4C41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C41F

Black with #D4C41F

Text Example


Text Example

White with #D4C41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C41F; }

 p { color: rgb(212,196,31); }

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

background-color css

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

 a { background-color: rgb(212,196,31); }

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

border-color css

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

 span { border-color: rgb(212,196,31); }

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