Html Css Color HEX #D4C21E Barberry

📋 copy color: '#D4C21E'

red 212 ◦ green 194 ◦ blue 30

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

Shades of Barberry #D4C21E

Tints of Barberry #D4C21E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.5%

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

R = 48.62%
G = 44.5%
B = 6.88%

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

#D4C21E (or 0xD4C21E) is known color: Barberry. HEX triplet: D4, C2 and 1E. RGB value is (212,194,30). Sum of RGB (Red+Green+Blue) = 212+194+30=436 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.62% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 30 (12.11% from 255 or 6.88% from 436); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C21E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C21E is #2B3DE1. Grayscale: #B5B5B5. Windows color (decimal): -2833890 or 2015956. OLE color: 2015956.

HSL color Cylindrical-coordinate representation of color #D4C21E: hue angle of 54.07º 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 #D4C21E is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 194 30 -
CMYK 0 0.08 0.86 0.17
HSL 54.07º 0.75% 0.47% -
HSV(B) 54.07º 0.86% 0.83% -
XYZ 46.68 52.67 8.94 -
YUV 180.69 42.96 150.34 -
System Red Green Blue C M Y K H S L
Decimal 212 194 30 0 0.08 0.86 0.17 54.07 0.75 0.47
Hex D4 C2 1E 0 8 56 11 36 4B 2F
Octal 324 302 36 0 10 126 21 66 113 57
Binary 11010100 11000010 11110 0 1000 1010110 10001 110110 1001011 101111

Color Harmonies of #D4C21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C21E

Black with #D4C21E

Text Example


Text Example

White with #D4C21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C21E; }

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

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

background-color css

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

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

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

border-color css

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

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

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