Html Css Color HEX #D4CE1A Barberry

📋 copy color: '#D4CE1A'

red 212 ◦ green 206 ◦ blue 26

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

Shades of Barberry #D4CE1A

Tints of Barberry #D4CE1A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.4%

 BLUE value IS 26 (10.55% from 255) = 5.86%

R = 47.75%
G = 46.4%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D4CE1A (or 0xD4CE1A) is known color: Barberry. HEX triplet: D4, CE and 1A. RGB value is (212,206,26). Sum of RGB (Red+Green+Blue) = 212+206+26=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 26 (10.55% from 255 or 5.86% from 444); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CE1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CE1A is #2B31E5. Grayscale: #BCBCBC. Windows color (decimal): -2830822 or 1756884. OLE color: 1756884.

HSL color Cylindrical-coordinate representation of color #D4CE1A: hue angle of 58.06º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D4CE1A is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 206 26 -
CMYK 0 0.03 0.88 0.17
HSL 58.06º 0.78% 0.47% -
HSV(B) 58.06º 0.88% 0.83% -
XYZ 49.41 58.21 9.61 -
YUV 187.27 36.99 145.64 -
System Red Green Blue C M Y K H S L
Decimal 212 206 26 0 0.03 0.88 0.17 58.06 0.78 0.47
Hex D4 CE 1A 0 3 58 11 3A 4E 2F
Octal 324 316 32 0 3 130 21 72 116 57
Binary 11010100 11001110 11010 0 11 1011000 10001 111010 1001110 101111

Color Harmonies of #D4CE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CE1A

Black with #D4CE1A

Text Example


Text Example

White with #D4CE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CE1A; }

 p { color: rgb(212,206,26); }

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

background-color css

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

 a { background-color: rgb(212,206,26); }

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

border-color css

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

 span { border-color: rgb(212,206,26); }

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