Html Css Color HEX #D4C021 Barberry

📋 copy color: '#D4C021'

red 212 ◦ green 192 ◦ blue 33

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

Shades of Barberry #D4C021

Tints of Barberry #D4C021

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.94%

 BLUE value IS 33 (13.28% from 255) = 7.55%

R = 48.51%
G = 43.94%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D4C021 (or 0xD4C021) is known color: Barberry. HEX triplet: D4, C0 and 21. RGB value is (212,192,33). Sum of RGB (Red+Green+Blue) = 212+192+33=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 33 (13.28% from 255 or 7.55% from 437); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C021 is #2B3FDE. Grayscale: #B4B4B4. Windows color (decimal): -2834399 or 2212052. OLE color: 2212052.

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

Color convert

RGB 212 192 33 -
CMYK 0 0.09 0.84 0.17
HSL 53.3º 0.73% 0.48% -
HSV(B) 53.3º 0.84% 0.83% -
XYZ 46.28 51.81 9 -
YUV 179.85 45.13 150.93 -
System Red Green Blue C M Y K H S L
Decimal 212 192 33 0 0.09 0.84 0.17 53.3 0.73 0.48
Hex D4 C0 21 0 9 54 11 35 49 30
Octal 324 300 41 0 11 124 21 65 111 60
Binary 11010100 11000000 100001 0 1001 1010100 10001 110101 1001001 110000

Color Harmonies of #D4C021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C021

Black with #D4C021

Text Example


Text Example

White with #D4C021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C021; }

 p { color: rgb(212,192,33); }

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

background-color css

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

 a { background-color: rgb(212,192,33); }

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

border-color css

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

 span { border-color: rgb(212,192,33); }

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