Html Css Color HEX #D4CE1F Barberry

📋 copy color: '#D4CE1F'

red 212 ◦ green 206 ◦ blue 31

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

Shades of Barberry #D4CE1F

Tints of Barberry #D4CE1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.9%

R = 47.22%
G = 45.88%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D4CE1F (or 0xD4CE1F) is known color: Barberry. HEX triplet: D4, CE and 1F. RGB value is (212,206,31). Sum of RGB (Red+Green+Blue) = 212+206+31=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 31 (12.5% from 255 or 6.90% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CE1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CE1F is #2B31E0. Grayscale: #BCBCBC. Windows color (decimal): -2830817 or 2084564. OLE color: 2084564.

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

Color convert

RGB 212 206 31 -
CMYK 0 0.03 0.85 0.17
HSL 58.01º 0.74% 0.48% -
HSV(B) 58.01º 0.85% 0.83% -
XYZ 49.47 58.24 9.93 -
YUV 187.84 39.49 145.23 -
System Red Green Blue C M Y K H S L
Decimal 212 206 31 0 0.03 0.85 0.17 58.01 0.74 0.48
Hex D4 CE 1F 0 3 55 11 3A 4A 30
Octal 324 316 37 0 3 125 21 72 112 60
Binary 11010100 11001110 11111 0 11 1010101 10001 111010 1001010 110000

Color Harmonies of #D4CE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CE1F

Black with #D4CE1F

Text Example


Text Example

White with #D4CE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CE1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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