Html Css Color HEX #D4C821 Barberry

📋 copy color: '#D4C821'

red 212 ◦ green 200 ◦ blue 33

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

Shades of Barberry #D4C821

Tints of Barberry #D4C821

RGB

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

 GREEN value IS 200 (78.52% from 255) = 44.94%

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

R = 47.64%
G = 44.94%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D4C821 (or 0xD4C821) is known color: Barberry. HEX triplet: D4, C8 and 21. RGB value is (212,200,33). Sum of RGB (Red+Green+Blue) = 212+200+33=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 200 (78.52% from 255 or 44.94% from 445); Blue value is 33 (13.28% from 255 or 7.42% from 445); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C821 is #2B37DE. Grayscale: #B9B9B9. Windows color (decimal): -2832351 or 2214100. OLE color: 2214100.

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

Color convert

RGB 212 200 33 -
CMYK 0 0.06 0.84 0.17
HSL 55.98º 0.73% 0.48% -
HSV(B) 55.98º 0.84% 0.83% -
XYZ 48.08 55.42 9.6 -
YUV 184.55 42.48 147.58 -
System Red Green Blue C M Y K H S L
Decimal 212 200 33 0 0.06 0.84 0.17 55.98 0.73 0.48
Hex D4 C8 21 0 6 54 11 38 49 30
Octal 324 310 41 0 6 124 21 70 111 60
Binary 11010100 11001000 100001 0 110 1010100 10001 111000 1001001 110000

Color Harmonies of #D4C821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C821

Black with #D4C821

Text Example


Text Example

White with #D4C821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C821; }

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

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

background-color css

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

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

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

border-color css

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

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

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