Html Css Color HEX #D0C12B Barberry

📋 copy color: '#D0C12B'

red 208 ◦ green 193 ◦ blue 43

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

Shades of Barberry #D0C12B

Tints of Barberry #D0C12B

RGB

 RED value IS 208 (81.64% from 255) = 46.85%

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

 BLUE value IS 43 (17.19% from 255) = 9.68%

R = 46.85%
G = 43.47%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0C12B (or 0xD0C12B) is known color: Barberry. HEX triplet: D0, C1 and 2B. RGB value is (208,193,43). Sum of RGB (Red+Green+Blue) = 208+193+43=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 43 (17.19% from 255 or 9.68% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C12B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C12B is #2F3ED4. Grayscale: #B4B4B4. Windows color (decimal): -3096277 or 2867664. OLE color: 2867664.

HSL color Cylindrical-coordinate representation of color #D0C12B: hue angle of 54.55º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0C12B is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 193 43 -
CMYK 0 0.07 0.79 0.18
HSL 54.55º 0.66% 0.49% -
HSV(B) 54.55º 0.79% 0.82% -
XYZ 45.52 51.72 9.87 -
YUV 180.39 50.47 147.7 -
System Red Green Blue C M Y K H S L
Decimal 208 193 43 0 0.07 0.79 0.18 54.55 0.66 0.49
Hex D0 C1 2B 0 7 4F 12 37 42 31
Octal 320 301 53 0 7 117 22 67 102 61
Binary 11010000 11000001 101011 0 111 1001111 10010 110111 1000010 110001

Color Harmonies of #D0C12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C12B

Black with #D0C12B

Text Example


Text Example

White with #D0C12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C12B; }

 p { color: rgb(208,193,43); }

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

background-color css

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

 a { background-color: rgb(208,193,43); }

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

border-color css

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

 span { border-color: rgb(208,193,43); }

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