Html Css Color HEX #D4C41E Barberry

📋 copy color: '#D4C41E'

red 212 ◦ green 196 ◦ blue 30

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

Shades of Barberry #D4C41E

Tints of Barberry #D4C41E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.85%

R = 48.4%
G = 44.75%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4C41E (or 0xD4C41E) is known color: Barberry. HEX triplet: D4, C4 and 1E. RGB value is (212,196,30). Sum of RGB (Red+Green+Blue) = 212+196+30=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 196 (76.95% from 255 or 44.75% from 438); Blue value is 30 (12.11% from 255 or 6.85% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C41E is #2B3BE1. Grayscale: #B6B6B6. Windows color (decimal): -2833378 or 2016468. OLE color: 2016468.

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

Color convert

RGB 212 196 30 -
CMYK 0 0.08 0.86 0.17
HSL 54.73º 0.75% 0.47% -
HSV(B) 54.73º 0.86% 0.83% -
XYZ 47.13 53.57 9.08 -
YUV 181.86 42.3 149.5 -
System Red Green Blue C M Y K H S L
Decimal 212 196 30 0 0.08 0.86 0.17 54.73 0.75 0.47
Hex D4 C4 1E 0 8 56 11 37 4B 2F
Octal 324 304 36 0 10 126 21 67 113 57
Binary 11010100 11000100 11110 0 1000 1010110 10001 110111 1001011 101111

Color Harmonies of #D4C41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C41E

Black with #D4C41E

Text Example


Text Example

White with #D4C41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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