Html Css Color HEX #D4C72A Barberry

📋 copy color: '#D4C72A'

red 212 ◦ green 199 ◦ blue 42

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

Shades of Barberry #D4C72A

Tints of Barberry #D4C72A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 43.93%

 BLUE value IS 42 (16.8% from 255) = 9.27%

R = 46.8%
G = 43.93%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D4C72A (or 0xD4C72A) is known color: Barberry. HEX triplet: D4, C7 and 2A. RGB value is (212,199,42). Sum of RGB (Red+Green+Blue) = 212+199+42=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 199 (78.12% from 255 or 43.93% from 453); Blue value is 42 (16.80% from 255 or 9.27% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C72A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C72A is #2B38D5. Grayscale: #B9B9B9. Windows color (decimal): -2832598 or 2803668. OLE color: 2803668.

HSL color Cylindrical-coordinate representation of color #D4C72A: hue angle of 55.41º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D4C72A is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 199 42 -
CMYK 0 0.06 0.80 0.17
HSL 55.41º 0.67% 0.5% -
HSV(B) 55.41º 0.8% 0.83% -
XYZ 47.99 55.01 10.28 -
YUV 184.99 47.31 147.27 -
System Red Green Blue C M Y K H S L
Decimal 212 199 42 0 0.06 0.80 0.17 55.41 0.67 0.5
Hex D4 C7 2A 0 6 50 11 37 43 32
Octal 324 307 52 0 6 120 21 67 103 62
Binary 11010100 11000111 101010 0 110 1010000 10001 110111 1000011 110010

Color Harmonies of #D4C72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C72A

Black with #D4C72A

Text Example


Text Example

White with #D4C72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C72A; }

 p { color: rgb(212,199,42); }

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

background-color css

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

 a { background-color: rgb(212,199,42); }

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

border-color css

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

 span { border-color: rgb(212,199,42); }

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