Html Css Color HEX #D4C921 Barberry

📋 copy color: '#D4C921'

red 212 ◦ green 201 ◦ blue 33

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

Shades of Barberry #D4C921

Tints of Barberry #D4C921

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.07%

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

R = 47.53%
G = 45.07%
B = 7.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D4C921 (or 0xD4C921) is known color: Barberry. HEX triplet: D4, C9 and 21. RGB value is (212,201,33). Sum of RGB (Red+Green+Blue) = 212+201+33=446 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.53% from 446); Green value is 201 (78.91% from 255 or 45.07% from 446); Blue value is 33 (13.28% from 255 or 7.40% from 446); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C921 is #2B36DE. Grayscale: #B9B9B9. Windows color (decimal): -2832095 or 2214356. OLE color: 2214356.

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

Color convert

RGB 212 201 33 -
CMYK 0 0.05 0.84 0.17
HSL 56.31º 0.73% 0.48% -
HSV(B) 56.31º 0.84% 0.83% -
XYZ 48.31 55.88 9.68 -
YUV 185.14 42.14 147.16 -
System Red Green Blue C M Y K H S L
Decimal 212 201 33 0 0.05 0.84 0.17 56.31 0.73 0.48
Hex D4 C9 21 0 5 54 11 38 49 30
Octal 324 311 41 0 5 124 21 70 111 60
Binary 11010100 11001001 100001 0 101 1010100 10001 111000 1001001 110000

Color Harmonies of #D4C921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C921

Black with #D4C921

Text Example


Text Example

White with #D4C921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C921; }

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

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

background-color css

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

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

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

border-color css

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

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

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