Html Css Color HEX #D4BD29 Barberry

📋 copy color: '#D4BD29'

red 212 ◦ green 189 ◦ blue 41

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

Shades of Barberry #D4BD29

Tints of Barberry #D4BD29

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.76%

 BLUE value IS 41 (16.41% from 255) = 9.28%

R = 47.96%
G = 42.76%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D4BD29 (or 0xD4BD29) is known color: Barberry. HEX triplet: D4, BD and 29. RGB value is (212,189,41). Sum of RGB (Red+Green+Blue) = 212+189+41=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 41 (16.41% from 255 or 9.28% from 442); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BD29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BD29 is #2B42D6. Grayscale: #B3B3B3. Windows color (decimal): -2835159 or 2735572. OLE color: 2735572.

HSL color Cylindrical-coordinate representation of color #D4BD29: hue angle of 51.93º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D4BD29 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 189 41 -
CMYK 0 0.11 0.81 0.17
HSL 51.93º 0.68% 0.5% -
HSV(B) 51.93º 0.81% 0.83% -
XYZ 45.75 50.55 9.44 -
YUV 179.01 50.12 151.53 -
System Red Green Blue C M Y K H S L
Decimal 212 189 41 0 0.11 0.81 0.17 51.93 0.68 0.5
Hex D4 BD 29 0 B 51 11 34 44 32
Octal 324 275 51 0 13 121 21 64 104 62
Binary 11010100 10111101 101001 0 1011 1010001 10001 110100 1000100 110010

Color Harmonies of #D4BD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BD29

Black with #D4BD29

Text Example


Text Example

White with #D4BD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BD29; }

 p { color: rgb(212,189,41); }

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

background-color css

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

 a { background-color: rgb(212,189,41); }

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

border-color css

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

 span { border-color: rgb(212,189,41); }

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