Html Css Color HEX #D4CA25 Barberry

📋 copy color: '#D4CA25'

red 212 ◦ green 202 ◦ blue 37

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

Shades of Barberry #D4CA25

Tints of Barberry #D4CA25

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.79%

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

R = 47.01%
G = 44.79%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D4CA25 (or 0xD4CA25) is known color: Barberry. HEX triplet: D4, CA and 25. RGB value is (212,202,37). Sum of RGB (Red+Green+Blue) = 212+202+37=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 37 (14.84% from 255 or 8.20% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CA25 is #2B35DA. Grayscale: #BABABA. Windows color (decimal): -2831835 or 2476756. OLE color: 2476756.

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

Color convert

RGB 212 202 37 -
CMYK 0 0.05 0.83 0.17
HSL 56.57º 0.7% 0.49% -
HSV(B) 56.57º 0.83% 0.83% -
XYZ 48.61 56.37 10.07 -
YUV 186.18 43.81 146.42 -
System Red Green Blue C M Y K H S L
Decimal 212 202 37 0 0.05 0.83 0.17 56.57 0.7 0.49
Hex D4 CA 25 0 5 53 11 39 46 31
Octal 324 312 45 0 5 123 21 71 106 61
Binary 11010100 11001010 100101 0 101 1010011 10001 111001 1000110 110001

Color Harmonies of #D4CA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CA25

Black with #D4CA25

Text Example


Text Example

White with #D4CA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CA25; }

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

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

background-color css

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

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

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

border-color css

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

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

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