Html Css Color HEX #D4D021 Barberry

📋 copy color: '#D4D021'

red 212 ◦ green 208 ◦ blue 33

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

Shades of Barberry #D4D021

Tints of Barberry #D4D021

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.92%

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

R = 46.8%
G = 45.92%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D4D021 (or 0xD4D021) is known color: Barberry. HEX triplet: D4, D0 and 21. RGB value is (212,208,33). Sum of RGB (Red+Green+Blue) = 212+208+33=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 33 (13.28% from 255 or 7.28% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D021 is #2B2FDE. Grayscale: #BDBDBD. Windows color (decimal): -2830303 or 2216148. OLE color: 2216148.

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

Color convert

RGB 212 208 33 -
CMYK 0 0.02 0.84 0.17
HSL 58.66º 0.73% 0.48% -
HSV(B) 58.66º 0.84% 0.83% -
XYZ 49.98 59.22 10.23 -
YUV 189.25 39.83 144.23 -
System Red Green Blue C M Y K H S L
Decimal 212 208 33 0 0.02 0.84 0.17 58.66 0.73 0.48
Hex D4 D0 21 0 2 54 11 3B 49 30
Octal 324 320 41 0 2 124 21 73 111 60
Binary 11010100 11010000 100001 0 10 1010100 10001 111011 1001001 110000

Color Harmonies of #D4D021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D021

Black with #D4D021

Text Example


Text Example

White with #D4D021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D021; }

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

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

background-color css

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

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

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

border-color css

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

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

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