Html Css Color HEX #D4BE25 Barberry

📋 copy color: '#D4BE25'

red 212 ◦ green 190 ◦ blue 37

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

Shades of Barberry #D4BE25

Tints of Barberry #D4BE25

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.28%

 BLUE value IS 37 (14.84% from 255) = 8.43%

R = 48.29%
G = 43.28%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D4BE25 (or 0xD4BE25) is known color: Barberry. HEX triplet: D4, BE and 25. RGB value is (212,190,37). Sum of RGB (Red+Green+Blue) = 212+190+37=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 37 (14.84% from 255 or 8.43% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BE25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BE25 is #2B41DA. Grayscale: #B3B3B3. Windows color (decimal): -2834907 or 2473684. OLE color: 2473684.

HSL color Cylindrical-coordinate representation of color #D4BE25: hue angle of 52.46º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D4BE25 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 190 37 -
CMYK 0 0.10 0.83 0.17
HSL 52.46º 0.7% 0.49% -
HSV(B) 52.46º 0.83% 0.83% -
XYZ 45.9 50.96 9.17 -
YUV 179.14 47.79 151.44 -
System Red Green Blue C M Y K H S L
Decimal 212 190 37 0 0.10 0.83 0.17 52.46 0.7 0.49
Hex D4 BE 25 0 A 53 11 34 46 31
Octal 324 276 45 0 12 123 21 64 106 61
Binary 11010100 10111110 100101 0 1010 1010011 10001 110100 1000110 110001

Color Harmonies of #D4BE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BE25

Black with #D4BE25

Text Example


Text Example

White with #D4BE25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BE25; }

 p { color: rgb(212,190,37); }

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

background-color css

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

 a { background-color: rgb(212,190,37); }

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

border-color css

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

 span { border-color: rgb(212,190,37); }

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