Html Css Color HEX #D6C12D Barberry

📋 copy color: '#D6C12D'

red 214 ◦ green 193 ◦ blue 45

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

Shades of Barberry #D6C12D

Tints of Barberry #D6C12D

RGB

 RED value IS 214 (83.98% from 255) = 47.35%

 GREEN value IS 193 (75.78% from 255) = 42.7%

 BLUE value IS 45 (17.97% from 255) = 9.96%

R = 47.35%
G = 42.7%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6C12D (or 0xD6C12D) is known color: Barberry. HEX triplet: D6, C1 and 2D. RGB value is (214,193,45). Sum of RGB (Red+Green+Blue) = 214+193+45=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 45 (17.97% from 255 or 9.96% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C12D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C12D is #293ED2. Grayscale: #B7B7B7. Windows color (decimal): -2703059 or 2998742. OLE color: 2998742.

HSL color Cylindrical-coordinate representation of color #D6C12D: hue angle of 52.54º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6C12D is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 193 45 -
CMYK 0 0.10 0.79 0.16
HSL 52.54º 0.67% 0.51% -
HSV(B) 52.54º 0.79% 0.84% -
XYZ 47.28 52.63 10.15 -
YUV 182.41 50.46 150.53 -
System Red Green Blue C M Y K H S L
Decimal 214 193 45 0 0.10 0.79 0.16 52.54 0.67 0.51
Hex D6 C1 2D 0 A 4F 10 35 43 33
Octal 326 301 55 0 12 117 20 65 103 63
Binary 11010110 11000001 101101 0 1010 1001111 10000 110101 1000011 110011

Color Harmonies of #D6C12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C12D

Black with #D6C12D

Text Example


Text Example

White with #D6C12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C12D; }

 p { color: rgb(214,193,45); }

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

background-color css

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

 a { background-color: rgb(214,193,45); }

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

border-color css

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

 span { border-color: rgb(214,193,45); }

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